We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
help
Register help as a command so it can provide help text for itself.
Consider the following user experience.
Rockcraft suggests using the help command:
> rockcraft help Usage: rockcraft [help] <command> ... For more information about a command, run 'rockcraft help <command>'.
However, help does not have any help itself:
> rockcraft help help Usage: rockcraft [options] command [args]... Try 'rockcraft -h' for help. Error: command 'help' not found to provide help for
Snapcraft is an interesting example because it has a help command registered in snapcraft_legacy.
Source: LP#2043012 from @brlin-tw
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What needs to get done
Register help as a command so it can provide help text for itself.
Why it needs to get done
Consider the following user experience.
Rockcraft suggests using the
help
command:However,
help
does not have any help itself:Snapcraft is an interesting example because it has a help command registered in snapcraft_legacy.
Source: LP#2043012 from @brlin-tw
The text was updated successfully, but these errors were encountered: