We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e4e32 commit 1952bfeCopy full SHA for 1952bfe
rosidl_cli/rosidl_cli/cli.py
@@ -26,7 +26,7 @@ def add_subparsers(
26
parser: argparse.ArgumentParser,
27
cli_name: str,
28
commands: List[Union[GenerateCommand, TranslateCommand]]
29
-) -> argparse._SubParsersAction[argparse.ArgumentParser]:
+) -> argparse._SubParsersAction:
30
"""
31
Create argparse subparser for each command.
32
0 commit comments