Exit with the correct return code
This commit is contained in:
parent
7c64019e45
commit
b7bee717b2
@ -18,4 +18,4 @@ import sys
|
|||||||
from monikerclient.shell import MonikerShell
|
from monikerclient.shell import MonikerShell
|
||||||
|
|
||||||
shell = MonikerShell()
|
shell = MonikerShell()
|
||||||
shell.run(sys.argv[1:])
|
sys.exit(shell.run(sys.argv[1:]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user