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

feat(help): Opt-in to flatten subcommands into parent command help #5206

Merged
merged 7 commits into from Nov 10, 2023

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    a1fd922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf5cdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66d2bcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e5f93d View commit details
    Browse the repository at this point in the history
  5. fix(help): Gloss over globals with flatten

    When using globals, people tend to make all of the top-level arguments
    global and cascading them through would just bloat the output.
    epage committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c9a7ef0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bef91c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c0f7a7 View commit details
    Browse the repository at this point in the history