Skip to content

Commit

Permalink
cli: remove the unnecessary help message for rendercv command
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Jul 16, 2024
1 parent 755ad0b commit 172efd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rendercv/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 172efd9

Please sign in to comment.