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

fix: sub command help #5887

Merged
merged 1 commit into from Nov 27, 2019
Merged

fix: sub command help #5887

merged 1 commit into from Nov 27, 2019

Conversation

ldez
Copy link
Member

@ldez ldez commented Nov 23, 2019

What does this PR do?

sub command help

Motivation

before:

$ ./cmd test subtest subsubtest --help
command test error: command not found: subtest

after:

$ ./cmd test subtest subsubtest --help
subsubtest    

Usage: subsubtest [command] [flags] [arguments]

Use "subsubtest [command] --help" for help on any command.

Commands:
    subsubsubtest    

More

  • Added/updated tests
  • Added/updated documentation

@ldez ldez added this to the 2.1 milestone Nov 23, 2019
@ldez ldez added this to To review in v2 via automation Nov 23, 2019
Copy link
Contributor

@dtomcej dtomcej left a comment

Choose a reason for hiding this comment

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

LGTM
:shipit:

Copy link
Member

@juliens juliens left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@jbdoumenjou jbdoumenjou left a comment

Choose a reason for hiding this comment

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

LGTM

@traefiker traefiker merged commit 772b260 into traefik:v2.1 Nov 27, 2019
v2 automation moved this from To review to Done Nov 27, 2019
@ldez ldez deleted the fix/subcommand-help branch November 27, 2019 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v2
Done
Development

Successfully merging this pull request may close these issues.

None yet

6 participants