Commit f4bd6a79 authored by ibuler's avatar ibuler

[Update] quit for quit and exit

parent 2b594c5f
...@@ -129,7 +129,7 @@ class InteractiveServer: ...@@ -129,7 +129,7 @@ class InteractiveServer:
self.display_asset_groups() self.display_asset_groups()
elif opt.startswith("g") and opt.lstrip("g").isdigit(): elif opt.startswith("g") and opt.lstrip("g").isdigit():
self.display_group_assets(int(opt.lstrip("g"))) self.display_group_assets(int(opt.lstrip("g")))
elif opt in ['q', 'Q', 'exit']: elif opt in ['q', 'Q', 'exit', 'quit']:
return self._sentinel return self._sentinel
elif opt in ['h', 'H']: elif opt in ['h', 'H']:
self.display_banner() self.display_banner()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment