[Interactive] Adds skip command
This commit is contained in:
parent
f943374ade
commit
d289473271
@ -24,7 +24,11 @@ def interactive(manager: Manager):
|
||||
quit = False
|
||||
next = True
|
||||
while next:
|
||||
match (input("(<category>/split/tag/note/quit): ")):
|
||||
match (input("(<category>(:tag)/split/note/skip/quit): ")):
|
||||
case "skip":
|
||||
next = False
|
||||
continue
|
||||
|
||||
case "quit" | "exit":
|
||||
next = False
|
||||
quit = True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user