eric-maynard commented on code in PR #2643:
URL: https://github.com/apache/polaris/pull/2643#discussion_r2369589466


##########
client/python/cli/options/parser.py:
##########
@@ -114,6 +113,9 @@ def recurse_options(subparser, options: List[Option]):
                     )
                     recurse_options(children_subparser, option.children)
 
+        parser = TreeHelpParser(description="Polaris CLI")
+        add_arguments(parser, Parser._ROOT_ARGUMENTS)

Review Comment:
   `add_arguments` isn't used for the `_ROOT_ARGUMENTS` because it affected the 
help string IIRC, is that somehow 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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to