mik-laj commented on a change in pull request #9070:
URL: https://github.com/apache/airflow/pull/9070#discussion_r432888964



##########
File path: airflow/cli/cli_parser.py
##########
@@ -742,13 +722,15 @@ class ActionCommand(NamedTuple):
     help: str
     func: Callable
     args: Iterable[Arg]
+    description: str = ''
 
 
 class GroupCommand(NamedTuple):
     """ClI command with subcommands"""
     name: str
     help: str
     subcommands: Iterable
+    description: str = ''

Review comment:
       ```suggestion
       description: Optional[str] = None
   ```




----------------------------------------------------------------
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]


Reply via email to