summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/leap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/leap b/bin/leap
index b2eca90..55ffb41 100755
--- a/bin/leap
+++ b/bin/leap
@@ -79,6 +79,9 @@ module LeapCli::Commands
# run command
begin
+ if ARGV.any?
+ LeapCli.log_raw(:log, nil, "COMMAND") { 'leap ' + ARGV.join(' ') }
+ end
exit_status = run(ARGV)
exit(LeapCli::Util.exit_status || exit_status)
rescue StandardError => exc