aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-01 01:07:27 -0700
committerelijah <elijah@riseup.net>2012-11-01 01:07:27 -0700
commit57287ae1d4151ec453ec9d33fafe4f1a4ced37e0 (patch)
treefe63a8de11c41d247fc3634277bc49c1ca7cd689 /bin
parentf339e7b94ab8920fd1e271c50145b5d2d1a8ac9d (diff)
downloadleap_cli-57287ae1d4151ec453ec9d33fafe4f1a4ced37e0.tar.gz
leap_cli-57287ae1d4151ec453ec9d33fafe4f1a4ced37e0.tar.bz2
x.509 support -- added certificate authority creation and server cert creation
Diffstat (limited to 'bin')
-rwxr-xr-xbin/leap5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/leap b/bin/leap
index dd6d9de..582d313 100755
--- a/bin/leap
+++ b/bin/leap
@@ -46,6 +46,7 @@ module LeapCli::Commands
def_delegator :@terminal, :agree, 'self.agree'
def_delegator :@terminal, :choose, 'self.choose'
def_delegator :@terminal, :say, 'self.say'
+ def_delegator :@terminal, :color, 'self.color'
#
# make config manager available as 'manager'
@@ -61,8 +62,8 @@ module LeapCli::Commands
#
# info about leap command line suite
#
- program_desc 'LEAP platform command line interface'
- program_long_desc 'This is the long description. It is very interesting.'
+ program_desc LeapCli::SUMMARY
+ program_long_desc LeapCli::DESCRIPTION
version LeapCli::VERSION
#