binarycat0 commented on code in PR #2643:
URL: https://github.com/apache/polaris/pull/2643#discussion_r2370062089
##########
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:
I double-checked this. Everything works well, and all tests are passing 👌
--
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]