Module: GitWit::Commands::Debug

Included in:
GitWit::Cli
Defined in:
lib/git_wit/commands/debug.rb

Instance Method Summary collapse

Instance Method Details

#debugObject



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"
  debug_banner "Start"
  pp "ENVIRONMENT:", ENV
  GitWit.configure { |c| pp "GitWit Config:", c }
  debug_banner "End"
  $stdout.flush
  exec_with_sudo!
end