aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-24 20:22:45 -0800
committerelijah <elijah@riseup.net>2012-11-24 20:22:45 -0800
commit051675c61937f184c555bac3af07be182f0c6acd (patch)
treefd8f900185b0b82b39f71d7b1ec860a20356d295 /bin
parentba80599d9230b63b71bfeca45fc89c7f69987723 (diff)
downloadleap_cli-051675c61937f184c555bac3af07be182f0c6acd.tar.gz
leap_cli-051675c61937f184c555bac3af07be182f0c6acd.tar.bz2
fixed broken `leap list`
Diffstat (limited to 'bin')
-rwxr-xr-xbin/leap2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/leap b/bin/leap
index 5912d55..461ff3c 100755
--- a/bin/leap
+++ b/bin/leap
@@ -26,7 +26,6 @@ end
require 'gli'
require 'highline'
require 'forwardable'
-require 'terminal-table'
#
# Typically, GLI and Highline methods are loaded into the global namespace.
@@ -38,7 +37,6 @@ require 'terminal-table'
module LeapCli::Commands
extend GLI::App
extend Forwardable
- extend Terminal::Table::TableHelper
#
# delegate highline methods to make them available to sub-commands