Skip to content

Commit

Permalink
fixed --boring/--backend clash
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Dec 2, 2024
1 parent 44b116d commit 58fa84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stimela"
version = "2.0.1"
version = "2.0.1.1"
description = "Framework for system agnostic pipelines for (not just) radio interferometry"
authors = ["Oleg Smirnov and RATT <osmirnov@gmail.com>", "Sphesihle Makhathini <sphemakh@gmail.com>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion stimela/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def resolve_command(self, ctx, args):
help="Add directory to _include paths. Can be given multiple times.")
@click.option('--clear-cache', '-C', is_flag=True,
help="Reset the configuration cache. First thing to try in case of strange configuration errors.")
@click.option('--boring', '-b', is_flag=True,
@click.option('--boring', '-B', is_flag=True,
help="Disables progress bar and any other fancy console outputs.")
@click.option('--verbose', '-v', is_flag=True,
help='Be extra verbose in output.')
Expand Down

0 comments on commit 58fa84a

Please sign in to comment.