aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-03 22:43:22 -0700
committerelijah <elijah@riseup.net>2012-11-03 22:43:22 -0700
commiteab3a872de04dfaa197cbe71ab34472dcb4fd7e5 (patch)
tree7430c5c408e6ebfe24ffe7e98bcb78ac6e2f5c89 /bin
parent6c98d65096bb31fa231b6f65de4b1a9b5a7d90ef (diff)
downloadleap_cli-eab3a872de04dfaa197cbe71ab34472dcb4fd7e5.tar.gz
leap_cli-eab3a872de04dfaa197cbe71ab34472dcb4fd7e5.tar.bz2
added --print <attr> to "leap list" command.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/leap9
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/leap b/bin/leap
index 45f64fb..2749fc8 100755
--- a/bin/leap
+++ b/bin/leap
@@ -42,11 +42,12 @@ module LeapCli::Commands
# delegate highline methods to make them available to sub-commands
#
@terminal = HighLine.new
- def_delegator :@terminal, :ask, 'self.ask'
- def_delegator :@terminal, :agree, 'self.agree'
+ def_delegator :@terminal, :ask, 'self.ask'
+ def_delegator :@terminal, :agree, 'self.agree'
def_delegator :@terminal, :choose, 'self.choose'
- def_delegator :@terminal, :say, 'self.say'
- def_delegator :@terminal, :color, 'self.color'
+ def_delegator :@terminal, :say, 'self.say'
+ def_delegator :@terminal, :color, 'self.color'
+ def_delegator :@terminal, :list, 'self.list'
#
# make config manager available as 'manager'