Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command help formats is not available #20

Open
juhamust opened this issue Aug 23, 2013 · 3 comments
Open

Command help formats is not available #20

juhamust opened this issue Aug 23, 2013 · 3 comments

Comments

@juhamust
Copy link

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?

@munkee
Copy link

munkee commented Sep 2, 2013

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

@grantrostig
Copy link

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

@cClaude
Copy link

cClaude commented Sep 28, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants