Verified Commit fd611977 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Change default configuration filename

parent b0538192
Loading
Loading
Loading
Loading
+1 −1
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."
    )