fix: definition of commanddict
This commit is contained in:
parent
53633a5c4c
commit
bc4f4f1e07
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ CommandDict = TypedDict(
|
|||
"func": Callable,
|
||||
"shortdesc": str,
|
||||
"desc": str,
|
||||
"usage": str,
|
||||
"completion": Callable,
|
||||
},
|
||||
total=False,
|
||||
|
|
Loading…
Reference in a new issue