jayceslesar commented on code in PR #3718:
URL: https://github.com/apache/iceberg-python/pull/3718#discussion_r3686543906
##########
pyiceberg/cli/console.py:
##########
@@ -269,13 +269,17 @@ def drop() -> None:
@drop.command()
@click.argument("identifier")
[email protected]("--purge", is_flag=True, help="Physically delete all table
files.")
Review Comment:
nice, i wonder if in the future we could use something like
https://github.com/mkdocs/mkdocs-click?
not in this PR but maybe worth investigating!
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]