Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Redirects any usage of --help flag for a command to that command's man page #4178

Merged
merged 1 commit into from
Dec 22, 2015
Merged

Redirects any usage of --help flag for a command to that command's man page #4178

merged 1 commit into from
Dec 22, 2015

Conversation

RochesterinNYC
Copy link
Contributor

…d's help

- Any usage of `--help` or `-h` as a flag, whether it's before or after
  the command, will now pull up the help for that command.

The following are all equivalent:
```
bundle help install
bundle install --help
bundle install -h
bundle --help install
bundle -h install
```
@indirect
Copy link
Member

Awesome, thanks so much!

@homu r+

@homu
Copy link
Contributor

homu commented Dec 22, 2015

📌 Commit 543eaf6 has been approved by indirect

@homu
Copy link
Contributor

homu commented Dec 22, 2015

⚡ Test exempted - status

@homu homu merged commit 543eaf6 into rubygems:master Dec 22, 2015
homu added a commit that referenced this pull request Dec 22, 2015
…, r=indirect

Redirects any usage of --help flag for a command to that command's man page

In response to: rubygems/bundler-features#97
@coilysiren coilysiren modified the milestone: Release Archive Oct 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants