mik-laj commented on a change in pull request #9077:
URL: https://github.com/apache/airflow/pull/9077#discussion_r432941957
##########
File path: airflow/cli/cli_parser.py
##########
@@ -1347,7 +1355,7 @@ def _add_action_command(sub: ActionCommand, sub_proc:
argparse.ArgumentParser) -
def _add_group_command(sub: GroupCommand, sub_proc: argparse.ArgumentParser)
-> None:
subcommands = sub.subcommands
- sub_subparsers = sub_proc.add_subparsers(dest="subcommand")
+ sub_subparsers = sub_proc.add_subparsers(dest="subcommand",
metavar="COMMNAD")
Review comment:
Thanks! Fixed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]