We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e76cb commit 4d5689bCopy full SHA for 4d5689b
1 file changed
pyiceberg/cli/console.py
@@ -236,7 +236,7 @@ def location(ctx: Context, identifier: str) -> None:
236
@click.pass_context
237
@catch_exception()
238
def version(ctx: Context) -> None:
239
- """Print the installed pyiceberg package number (deprecated, use --version instead)."""
+ """Print the installed pyiceberg package version. Deprecated: use --version instead."""
240
click.echo(
241
"Deprecation warning: the `version` command is deprecated and will be removed in 0.13.0. "
242
"Please use `pyiceberg --version` instead.",
0 commit comments