mirror of
				https://git.webmeisterei.com/webmeisterei/todoist-taskwarrior.git
				synced 2025-10-31 02:02:41 +01:00 
			
		
		
		
	Add quit command in interactive migration
This commit is contained in:
		| @@ -97,6 +97,7 @@ def task_prompt(**task_data): | ||||
|     r - rename task | ||||
|     p - change priority | ||||
|     t - change tags | ||||
|     q - quit immediately | ||||
|     ? - print help | ||||
|     """ | ||||
|     callbacks = { | ||||
| @@ -121,6 +122,9 @@ def task_prompt(**task_data): | ||||
|             'priority': priority_prompt(task_data['priority']), | ||||
|         }, | ||||
|  | ||||
|         # Quit | ||||
|         'q': lambda: exit(1), | ||||
|  | ||||
|         # Help message | ||||
|         '?': lambda: task_prompt_help() or task_data, | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matt Snider
					Matt Snider