Skip to content

Commit 73f2f54

Browse files
chores: preparing the exiting feature
1 parent d34ea8c commit 73f2f54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mpqp/tools/choice_tree.py

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ def run_choice_tree(question: QuestionNode):
6868
prev_args = []
6969
prev_message = ""
7070
next_question = question
71+
72+
# TODO: add the following to pick once my PR is merged
73+
# KEY_CTRL_C = 3
74+
# KEY_ESCAPE = 27
75+
# KEYS_QUIT = (KEY_CTRL_C, KEY_ESCAPE, ord("q"))
76+
7177
try:
7278
while True:
7379
option, _ = pick(

0 commit comments

Comments
 (0)