mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-23 07:43:36 +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)
|
||||
elif choice == "b":
|
||||
return
|
||||
elif choice == "h":
|
||||
print("help!")
|
||||
else:
|
||||
self.execute_option(choice)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user