diff options
author | elijah <elijah@riseup.net> | 2013-02-26 16:41:24 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-26 16:41:24 -0800 |
commit | b415db1a6bfd08856d299e527bf6b16e3fd220b2 (patch) | |
tree | abfc8339d88487ecb64d826bd635865c8a3774d0 /bin | |
parent | a0a7fce59ee3370f7e0ff2418ad4debcc716026e (diff) | |
download | leap_cli-b415db1a6bfd08856d299e527bf6b16e3fd220b2.tar.gz leap_cli-b415db1a6bfd08856d299e527bf6b16e3fd220b2.tar.bz2 |
include leap command invocation in the log file, if any.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/leap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,5 +79,6 @@ module LeapCli::Commands # load commands and run commands_from('leap_cli/commands') + ORIGINAL_ARGV = ARGV.dup exit run(ARGV) end |