mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-24 00:03:42 +05:00
refactor: help menus need to be an option now
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -153,8 +153,6 @@ class BaseMenu(ABC):
|
|||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
elif choice == "b":
|
elif choice == "b":
|
||||||
return
|
return
|
||||||
elif choice == "h":
|
|
||||||
print("help!")
|
|
||||||
else:
|
else:
|
||||||
self.execute_option(choice)
|
self.execute_option(choice)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user