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

Help for each command should show available arguments #63

Closed
ari-gold opened this issue Jan 26, 2015 · 1 comment
Closed

Help for each command should show available arguments #63

ari-gold opened this issue Jan 26, 2015 · 1 comment
Milestone

Comments

@ari-gold
Copy link
Contributor

For example this appears to work:

terminus organizations sites --json --nocache --org=e6657950-fbdf-44ae-bde1-8bff77e66f80

while terminus help organizations sites just gives:

NAME

  terminus organizations sites

DESCRIPTION

  List an organizations sites

SYNOPSIS

  terminus organizations sites 

(END) 
@mikevanwinkle
Copy link
Contributor

Thanks @ari-gold I think this is the docparser getting angry about something. I'll check it out.

ElliotFriend added a commit to ElliotFriend/cli that referenced this issue Jan 31, 2015
…ser info

Found out that the `@subcommand sites` needs to be at the bottom
of the DocParser block.

I also made the formatting of that information a little more
consistent with the rest of the commands.

Signed-off-by: Elliot Voris <elliot@voris.me>
mikevanwinkle added a commit that referenced this issue Feb 4, 2015
Issue #63: Move `@subcommand` to the bottom of DocParser info
mikevanwinkle added a commit that referenced this issue Feb 4, 2015
@mikevanwinkle mikevanwinkle added this to the 0.5-beta milestone Feb 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants