diff options
Diffstat (limited to 'bin/leap')
-rwxr-xr-x | bin/leap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,5 +76,6 @@ module LeapCli::Commands # load commands and run commands_from('leap_cli/commands') ORIGINAL_ARGV = ARGV.dup - exit run(ARGV) + exit_status = run(ARGV) + exit(LeapCli::Util.exit_status || exit_status) end |