Fixed issue where argument parsers for overridden commands were not b… #1352
Annotations
3 errors
Run ruff check --output-format=github .:
examples/hello_cmd2.py#L7
examples/hello_cmd2.py:7:8: F401 `argparse` imported but unused
|
Run ruff check --output-format=github .:
examples/hello_cmd2.py#L8
examples/hello_cmd2.py:8:20: F401 `typing.List` imported but unused
|
Run ruff check --output-format=github .
Process completed with exit code 1.
|
Loading