Skip to content

Commit

Permalink
Make output-dir a required argument
Browse files Browse the repository at this point in the history
Fixes #111
  • Loading branch information
rgieseke committed Dec 13, 2024
1 parent 92be55f commit 2544397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attrici/commands/detrend.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def add_parser(subparsers):
"--output-dir",
type=Path,
help="Output directory for the results",
required=True,
)
group.add_argument(
"--overwrite", action="store_true", help="Overwrite existing files"
Expand Down

0 comments on commit 2544397

Please sign in to comment.