Acehaidrey commented on a change in pull request #18916:
URL: https://github.com/apache/airflow/pull/18916#discussion_r733355934



##########
File path: airflow/cli/cli_parser.py
##########
@@ -694,6 +694,10 @@ def _check(value):
     help="Don't start the serve logs process along with the workers",
     action="store_true",
 )
+ARG_ROLE_IMPORT = Arg(("file",), help="Import roles from JSON file", 
nargs=None)
+ARG_ROLE_EXPORT = Arg(("file",), help="Export all roles to JSON file", 
nargs=None)
+ARG_ROLE_EXPORT_FMT = Arg(('-p', '--pformat'), action='store_true',
+                          help='Format output JSON file by sorting role names 
and indenting')

Review comment:
       It doesn't mean anything but just a name to give the option. Would you 
prefer a different name. Meant to stand for pretty formatting lol




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to