Resolve "Change default filename for configuration file to `genopts.yml`"

Closes #3 (closed)

Edited by Alberto Miranda

Merge request reports

Loading
+1 −1
Changes for genopts/genopts.py: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -603,7 +603,7 @@ def parse_args(args) -> argparse.Namespace:
        "-c",
        type=Path,
        metavar="CONFIG_FILE",
        default=Path("config.yml"),
        default=Path("genopts.yml"),
        help="A configuration file that should be used to control the generated output."
    )

Loading