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

Format help output #30

Merged
merged 1 commit into from
Jun 6, 2020
Merged

Format help output #30

merged 1 commit into from
Jun 6, 2020

Conversation

vladimyr
Copy link
Contributor

@vladimyr vladimyr commented Jun 6, 2020

Add missing --version option to optional arguments listing.

Before

$ wren --help
Usage: wren [file] [arguments...]
  --help  Show command line usage

After

$ wren --help
Usage: wren [file] [arguments...]

Optional arguments:
  --help     Show command line usage
  --version  Show version

Add missing `--version` option to optional
arguments listing.
@ruby0x1 ruby0x1 merged commit 5495a31 into wren-lang:master Jun 6, 2020
@vladimyr vladimyr deleted the help branch June 6, 2020 03:16
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