underscore-cli icon indicating copy to clipboard operation
underscore-cli copied to clipboard

Command help formats is not available

Open juhamust opened this issue 11 years ago • 3 comments

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?

juhamust avatar Aug 23 '13 05:08 juhamust

It's also missing underscore help template which it says it has

munkee avatar Sep 02 '13 14:09 munkee

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

grantrostig avatar Feb 06 '15 15:02 grantrostig

Theses issues are about same subject :

  • #20
  • #22
  • #53

cClaude avatar Sep 28 '23 07:09 cClaude