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

Add whitespace between multiple args on cli help output #2942

Merged
merged 2 commits into from
Nov 26, 2018
Merged

Conversation

mfelsche
Copy link
Contributor

before:

usage: stable [<options>] <command> [<args> ...]

...

Commands:
   ...         
   add <type><source>    Adds a new dependency to the local `bundle.json`.
   ...

after:

usage: stable [<options>] <command> [<args> ...]

...

Commands:
   ...         
   add <type> <source>    Adds a new dependency to the local `bundle.json`.
   ...

@jemc
Copy link
Member

jemc commented Nov 21, 2018

Looks good, but should it add a test?

@jemc jemc added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Nov 26, 2018
@jemc jemc merged commit 76ef5b0 into master Nov 26, 2018
@jemc jemc deleted the cli-args-display branch November 26, 2018 23:07
ponylang-main added a commit that referenced this pull request Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants