|
@@ -116,7 +116,7 @@ def init(
|
|
None, metavar="APP_NAME", help="The name of the app to initialize."
|
|
None, metavar="APP_NAME", help="The name of the app to initialize."
|
|
),
|
|
),
|
|
template: constants.Templates.Kind = typer.Option(
|
|
template: constants.Templates.Kind = typer.Option(
|
|
- constants.Templates.Kind.BASE.value,
|
|
|
|
|
|
+ constants.Templates.Kind.BLANK.value,
|
|
help="The template to initialize the app with.",
|
|
help="The template to initialize the app with.",
|
|
),
|
|
),
|
|
loglevel: constants.LogLevel = typer.Option(
|
|
loglevel: constants.LogLevel = typer.Option(
|