mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
make fmt
This commit is contained in:
parent
5a2f90bce3
commit
0d8b6a5538
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ def version_options(function: typ.Callable) -> typ.Callable:
|
|||
return decorated
|
||||
|
||||
|
||||
@click.group(context_settings={"help_option_names": ["-h", "--help"]})
|
||||
@click.group(context_settings={'help_option_names': ["-h", "--help"]})
|
||||
@click.version_option(version="2022.1116")
|
||||
@verbose_option
|
||||
def cli(verbose: int = 0) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue