Merge pull request 'pkgs/cli: Add minimal-flake-parts to create' (#2327) from kenji/clan-core:kenji-minimal-flake-parts into main
This commit is contained in:
@@ -101,7 +101,7 @@ def register_create_parser(parser: argparse.ArgumentParser) -> None:
|
||||
parser.add_argument(
|
||||
"--template",
|
||||
type=str,
|
||||
choices=["default", "minimal", "flake-parts"],
|
||||
choices=["default", "minimal", "flake-parts", "minimal-flake-parts"],
|
||||
help="Clan template name",
|
||||
default="default",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user