Add json and yaml to the -f arg
This commit is contained in:
parent
409824a3b5
commit
8425154481
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ def _build_arg_parser() -> argparse.ArgumentParser:
|
|||
ap.add_argument(
|
||||
"-f",
|
||||
"--format",
|
||||
choices=["ini", "toml"],
|
||||
choices=["ini", "json", "toml", "yaml"],
|
||||
help="Force config format instead of auto-detecting from filename.",
|
||||
)
|
||||
ap.add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue