X Tutup
Skip to content

Minor fix in USAGE help info for some commands#2405

Merged
mislav merged 1 commit intocli:trunkfrom
cristiand391:fix-usage-help
Nov 13, 2020
Merged

Minor fix in USAGE help info for some commands#2405
mislav merged 1 commit intocli:trunkfrom
cristiand391:fix-usage-help

Conversation

@cristiand391
Copy link
Copy Markdown
Contributor

Some gh commands help info print gh <command> [flags] instead of gh <command> <subcommand> [flags].
This PR fixes that for alias, config and gist commands.

Example:

gh gist --help

...
USAGE
  gh gist [flags]        <-- this should be `gh gist <command> [flags]`

CORE COMMANDS
  create:     Create a new gist
...

Copy link
Copy Markdown
Contributor

@mislav mislav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thank you

@mislav mislav merged commit fed4df2 into cli:trunk Nov 13, 2020
@cristiand391 cristiand391 deleted the fix-usage-help branch November 13, 2020 15:23
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

Successfully merging this pull request may close these issues.

2 participants

X Tutup