You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
The help command refers to get more details about formatting using the command
help formats
:However, I fail to get any:
Either help is missing or the message is misleading?
The text was updated successfully, but these errors were encountered: