aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/leap1
-rw-r--r--lib/leap_cli/commands/pre.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/leap b/bin/leap
index 0339d54..d711dfe 100755
--- a/bin/leap
+++ b/bin/leap
@@ -79,5 +79,6 @@ module LeapCli::Commands
# load commands and run
commands_from('leap_cli/commands')
+ ORIGINAL_ARGV = ARGV.dup
exit run(ARGV)
end
diff --git a/lib/leap_cli/commands/pre.rb b/lib/leap_cli/commands/pre.rb
index f10eb68..03355bb 100644
--- a/lib/leap_cli/commands/pre.rb
+++ b/lib/leap_cli/commands/pre.rb
@@ -51,6 +51,7 @@ module LeapCli
# set log file
#
LeapCli.log_file = global[:log] || LeapCli.leapfile.log
+ LeapCli::Util.log_raw(:log) { $0 + ' ' + ORIGINAL_ARGV.join(' ')}
#
# load all the nodes everything