We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c8536 commit d678856Copy full SHA for d678856
1 file changed
cmd2/decorators.py
@@ -278,7 +278,7 @@ def arg_decorator(func: ArgparseCommandFunc[CmdOrSet]) -> RawCommandFuncOptional
278
"""
279
280
@functools.wraps(func)
281
- def cmd_wrapper(*args: Any, **kwargs: dict[str, Any]) -> bool | None:
+ def cmd_wrapper(*args: Any, **kwargs: Any) -> bool | None:
282
"""Command function wrapper which translates command line into argparse Namespace and call actual command function.
283
284
:param args: All positional arguments to this function. We're expecting there to be:
0 commit comments