added console clear
This commit is contained in:
parent
a41edea703
commit
8c12ccb4c1
@ -86,6 +86,7 @@ def get_credentials():
|
||||
|
||||
|
||||
def create_new_ticket_assigned_to_myself_and_set_to_done():
|
||||
clear_console()
|
||||
title = custom_input(str, "Subject q/exit", "magenta")
|
||||
if title == "q":
|
||||
os._exit(0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user