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

Print command help for "bin --help command" #55

Merged
merged 2 commits into from
Nov 2, 2016
Merged

Conversation

nex3
Copy link
Member

@nex3 nex3 commented Oct 24, 2016

Closes #54

@nex3
Copy link
Member Author

nex3 commented Oct 24, 2016

cc @kevmoo

? "$invocation <subcommand> [arguments]"
: "$invocation [arguments]";
? "$invocation <subcommand> [arguments]"
: "$invocation [arguments]";
Copy link
Member

Choose a reason for hiding this comment

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

What happened to the indentation here and below?

Copy link
Member Author

Choose a reason for hiding this comment

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

Dunno. Fixed.

@nex3 nex3 merged commit 95cdc2a into master Nov 2, 2016
@nex3 nex3 deleted the help-before-command branch November 2, 2016 22:11
'Command "${argResults.name}" does not take any arguments.');
}

await command.run();
Copy link

@Hixie Hixie Nov 8, 2016

Choose a reason for hiding this comment

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

This is a breaking change -- it means the command's exit code is no longer propagated.
See #58

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants