Class: GitContext::Commands::Help
- Defined in:
- lib/git_context/commands/help.rb
Constant Summary collapse
- USAGE =
"Usage:\ngit-context setup # initialize git-context in your home directory\ngit-context create_profile # create a new profile to be used in gitconfig\ngit-context create_context # create a new context to use a profile in git repositories within a directory\ngit-context delete_profile # delete a stored git-context profile\ngit-context list_profile # list stored git-context profiles\n"
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from GitContext::Commands::Base
Instance Method Details
#call ⇒ Object
15 16 17 |
# File 'lib/git_context/commands/help.rb', line 15 def call puts USAGE end |