diff options
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 | 
