Skip to content

Commit 913b4e1

Browse files
committed
Add help hint when bad commands are entered
1 parent 95c61f6 commit 913b4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli-tool/ropium

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def main():
128128
except ContextException as e:
129129
error(str(e), skip=True)
130130
else:
131-
error(f"Unknown command '{command}'", skip=True)
131+
error(f"Unknown command '{command}' (type 'help' for help)", skip=True)
132132
print('')
133133
except KeyboardInterrupt:
134134
pass

0 commit comments

Comments
 (0)