mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-16 16:23:51 +01:00
minor cleanups
This commit is contained in:
parent
dd575bede7
commit
ebd7534281
3 changed files with 15 additions and 36 deletions
|
|
@ -241,7 +241,7 @@ def version_options(function: typ.Callable) -> typ.Callable:
|
|||
@click.help_option()
|
||||
@verbose_option
|
||||
def cli(verbose: int = 0) -> None:
|
||||
"""Automatically update CalVer version strings in plaintext files."""
|
||||
"""Automatically update version strings in plaintext files."""
|
||||
if verbose:
|
||||
_configure_logging(verbose=max(_VERBOSE, verbose))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue