diff options
author | elijah <elijah@riseup.net> | 2014-02-10 00:08:46 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-02-10 00:08:46 -0800 |
commit | 2877c1975bee30ef0b83b11c652e052c0001fd55 (patch) | |
tree | 5fc3d6782f75ea7c205accc99c59aae57be2ba4e /lib/leap_cli/commands | |
parent | 5e0fbedd18833379021c116d8700cf328f045a07 (diff) |
different secrets for each environment
Diffstat (limited to 'lib/leap_cli/commands')
-rw-r--r-- | lib/leap_cli/commands/pre.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/leap_cli/commands/pre.rb b/lib/leap_cli/commands/pre.rb index cedce7f..318282d 100644 --- a/lib/leap_cli/commands/pre.rb +++ b/lib/leap_cli/commands/pre.rb @@ -20,6 +20,9 @@ module LeapCli; module Commands desc 'Skip prompts and assume "yes"' switch :yes, :negatable => false + desc 'Enable debugging library (leap_cli development only)' + switch :debug, :negatable => false + pre do |global,command,options,args| # # set verbosity |