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 basic gel help command #42

Merged
merged 1 commit into from
Apr 28, 2019
Merged

Add basic gel help command #42

merged 1 commit into from
Apr 28, 2019

Conversation

JuanitoFatas
Copy link
Collaborator

@JuanitoFatas JuanitoFatas commented Apr 24, 2019

This Pull Request implements part of #36.

I will add support for -h and --help in coming Pull Request if we want to.

$ gel help
Gel is a modern gem manager.

Usage:
  gel help       Print this help message.
  gel install    Install the gems from Gemfile.
  gel lock       Update lockfile without installing.
  gel exec       Run command in context of the gel.

Further information:
  https://gel.dev/

Currently prints a very basic help message.

  • I manually tested these changes
    bin/setup && bin/rake
    

@JuanitoFatas JuanitoFatas requested a review from matthewd April 24, 2019 01:30
@JuanitoFatas JuanitoFatas force-pushed the help branch 3 times, most recently from ebc9e1d to 34a2510 Compare April 25, 2019 10:06
$ gel help

will print a very basic help message.

- Introduce a `capture_stdout` helper method for using in tests
@matthewd matthewd merged commit 8bee667 into gel-rb:master Apr 28, 2019
@JuanitoFatas JuanitoFatas deleted the help branch May 7, 2019 11:29
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