Module: GitWit::Commands::Debug
- Included in:
- GitWit::Cli
- Defined in:
- lib/git_wit/commands/debug.rb
Instance Method Summary collapse
Instance Method Details
#debug ⇒ Object
4 5 6 7 8 9 10 11 12 13 |
# File 'lib/git_wit/commands/debug.rb', line 4 def debug boot_app require "pp" "Start" pp "ENVIRONMENT:", ENV GitWit.configure { |c| pp "GitWit Config:", c } "End" $stdout.flush exec_with_sudo! end |