diff options
author | elijah <elijah@riseup.net> | 2012-11-24 20:22:45 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-24 20:22:45 -0800 |
commit | 051675c61937f184c555bac3af07be182f0c6acd (patch) | |
tree | fd8f900185b0b82b39f71d7b1ec860a20356d295 /bin | |
parent | ba80599d9230b63b71bfeca45fc89c7f69987723 (diff) | |
download | leap_cli-051675c61937f184c555bac3af07be182f0c6acd.tar.gz leap_cli-051675c61937f184c555bac3af07be182f0c6acd.tar.bz2 |
fixed broken `leap list`
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/leap | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |