mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
cli: remove the unnecessary help message for rendercv command
This commit is contained in:
@@ -390,8 +390,6 @@ def cli_command_no_args(
|
||||
Optional[bool], typer.Option("--version", "-v", help="Show the version.")
|
||||
] = None,
|
||||
):
|
||||
"""If the `--version` option is used, then show the version. Otherwise, show the
|
||||
help message (see `no_args_is_help` argument of `typer.Typer` object)."""
|
||||
if version_requested:
|
||||
there_is_a_new_version = printer.warn_if_new_version_is_available()
|
||||
if not there_is_a_new_version:
|
||||
|
||||
Reference in New Issue
Block a user