diff options
author | elijah <elijah@riseup.net> | 2012-11-28 14:08:39 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-28 14:08:39 -0800 |
commit | e2c31618b6f70d86c55c348436dd600b2e4ace21 (patch) | |
tree | 2bf27e98fc62af402499c0e7736b02b280dfc320 /bin | |
parent | 16f9ee1668a06d6b83dfc312d0601d4f235ab8ef (diff) |
command name shuffle -- grouped more commands together as subcommands
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/leap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ end require 'gli' require 'highline' require 'forwardable' +require 'lib_ext/gli' # our custom extensions to gli # # Typically, GLI and Highline methods are loaded into the global namespace. |