Class: GitWit::Cli
- Inherits:
-
Thor
- Object
- Thor
- GitWit::Cli
- Includes:
- GitWit::Commands::Debug, GitWit::Commands::GitShell, GitWit::Commands::Util, Thor::Actions
- Defined in:
- lib/git_wit/cli.rb
Constant Summary
Constants included from GitWit::Commands::GitShell
GitWit::Commands::GitShell::GIT_SHELL_COMMANDS, GitWit::Commands::GitShell::GIT_SHELL_COMMAND_RE
Instance Method Summary collapse
Methods included from GitWit::Commands::Util
#app_user, #boot_app, #booted?, #exec_with_sudo!, #load_gw_env, #rails_root, #running_as?
Instance Method Details
#debug(*args) ⇒ Object
14 |
# File 'lib/git_wit/cli.rb', line 14 def debug(*args); super; end |
#git_shell(*args) ⇒ Object
17 |
# File 'lib/git_wit/cli.rb', line 17 def git_shell(*args); super; end |