Open fflorent opened 2 months ago
When I run scim2 --help, I have the list of possible actions. Though these options are not displayed:
scim2 --help
--indent, --no-indent
-h, --headers <headers>
And maybe others.
This is maybe related to #5?
The CLI is not very mature yet and we are working on improving it with #5. Indeed the --indent and --headers parameters should appear in the CLI usage :+1:
--indent
--headers
When I run
scim2 --help
, I have the list of possible actions. Though these options are not displayed:--indent, --no-indent
-h, --headers <headers>
And maybe others.
This is maybe related to #5?