From 2877c1975bee30ef0b83b11c652e052c0001fd55 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 10 Feb 2014 00:08:46 -0800 Subject: different secrets for each environment --- lib/leap_cli/commands/pre.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/leap_cli/commands') 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 -- cgit v1.2.3