underscore-cli
underscore-cli copied to clipboard
Command help formats is not available
The help command refers to get more details about formatting using the command help formats
:
Options:
-h, --help output usage information
-V, --version output the version number
-i, --in <filename> The data file to load. If not specified, defaults to stdin.
--infmt <format> The format of the input data. See 'help formats'
-o, --out <filename> The output file. If not specified, defaults to stdout.
--outfmt <format> The format of the output data. See 'help formats'
However, I fail to get any:
> underscore help formats
Unknown command: formats
Either help is missing or the message is misleading?
It's also missing underscore help template
which it says it has
Can't get help on formats, but the help command seems to operate in an undocumented, or at least difficult to understand manner:
this works:
underscore pretty -h
this is what I expected to work but doesn't: underscore help pretty
The only thing where using "help" seems to work at is: underscore help
Theses issues are about same subject :
- #20
- #22
- #53