Method: MGit::Config.usage
- Defined in:
- lib/m-git/command/config.rb
.usage ⇒ Object
198 199 200 |
# File 'lib/m-git/command/config.rb', line 198 def self.usage "mgit config [-s <config_key> <config_value>] [-l]\nmgit config [(-m|-u) <path_to_manifest> | -c <dir_contains_local>]\nmgit config [-h]" end |