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

helptext: display options for parent commands #179

Closed
wants to merge 3 commits into from

Commits on Oct 15, 2019

  1. helptext: display options for parent commands

    This helps to understand which options are available for the given
    subcommand without calling help for parent commands by providing more
    informative output.
    
    Resolves ipfs/kubo#6640
    eugene-babichenko committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    467c713 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. helptext: add a separate --help-all flags to display parent options

    Introduce the --help-all flag as specified in ipfs/kubo#6640. This
    flag allows to call more verbose help only when it is necessary.
    eugene-babichenko committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    47a8f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7871b9 View commit details
    Browse the repository at this point in the history