Fixed issue where argument parsers for overridden commands were not b… #1352
Annotations
3 errors
Ruff (F401):
examples/hello_cmd2.py#L7
examples/hello_cmd2.py:7:8: F401 `argparse` imported but unused
|
Ruff (F401):
examples/hello_cmd2.py#L8
examples/hello_cmd2.py:8:20: F401 `typing.List` imported but unused
|
lint
Process completed with exit code 1.
|