summaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/pre.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-06-21 17:49:42 -0700
committerelijah <elijah@riseup.net>2016-06-21 17:49:42 -0700
commitc7ebb220bc79d3a84e55745ed18d0d7b5baeacdd (patch)
tree2c1960d1125a4285de58e85901f93d5b2d4eea3f /lib/leap_cli/commands/pre.rb
parent52dd4eb58bda84cb084cc119447cb83073b47510 (diff)
remove highline gem dependency
Diffstat (limited to 'lib/leap_cli/commands/pre.rb')
-rw-r--r--lib/leap_cli/commands/pre.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/pre.rb b/lib/leap_cli/commands/pre.rb
index f4bf7bb..0b7e98b 100644
--- a/lib/leap_cli/commands/pre.rb
+++ b/lib/leap_cli/commands/pre.rb
@@ -1,9 +1,11 @@
-
#
# check to make sure we can find the root directory of the platform
#
module LeapCli; module Commands
+ extend self # this is a trick to make all instance methods
+ # available as class methods.
+
desc 'Verbosity level 0..5'
arg_name 'LEVEL'
default_value '1'