#524: Exit with 1 if no fixed command selected
This commit is contained in:
@@ -33,6 +33,8 @@ def fix_command():
|
|||||||
|
|
||||||
if selected_command:
|
if selected_command:
|
||||||
selected_command.run(command)
|
selected_command.run(command)
|
||||||
|
else:
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
def print_alias(entry_point=True):
|
def print_alias(entry_point=True):
|
||||||
|
|||||||
Reference in New Issue
Block a user