fix: definition of commanddict

This commit is contained in:
mathieui 2021-03-14 16:38:51 +01:00
parent 53633a5c4c
commit bc4f4f1e07

View file

@ -21,6 +21,7 @@ CommandDict = TypedDict(
"func": Callable,
"shortdesc": str,
"desc": str,
"usage": str,
"completion": Callable,
},
total=False,