Skip to content

Commit 119344c

Browse files
committed
chore(cli): more convenient config-init
1 parent d50db9a commit 119344c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vesskel/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _make_parser() -> argparse.ArgumentParser:
6868
"config-init",
6969
help="Create a starter config JSON.",
7070
)
71-
init_parser.add_argument("--out", required=True, help="Output config path.")
71+
init_parser.add_argument("out", nargs="?", default="vesskel.json", help="Output config path.")
7272

7373
validate_parser = subparsers.add_parser(
7474
"validate-config",

0 commit comments

Comments
 (0)