From 366e729a390858129af9b01767c592d335433d6c Mon Sep 17 00:00:00 2001 From: Andrea Amantini Date: Wed, 15 May 2024 16:43:42 +0200 Subject: [PATCH] Refine --template usage help / bump CLI version to 0.1.11 --- resources/VERSION | 2 +- src/nextjournal/garden_cli.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/VERSION b/resources/VERSION index 9767cc9..20f4951 100644 --- a/resources/VERSION +++ b/resources/VERSION @@ -1 +1 @@ -0.1.10 +0.1.11 diff --git a/src/nextjournal/garden_cli.clj b/src/nextjournal/garden_cli.clj index aae7099..e54ecf7 100755 --- a/src/nextjournal/garden_cli.clj +++ b/src/nextjournal/garden_cli.clj @@ -619,7 +619,7 @@ :desc "Ignore an existing `garden.edn` and re-initialize the project with a new name"} :template {:coerce :string - :desc "Template for initializing a project (see https://docs.apps.garden#project-templates for more info)" + :desc "A template name (deps-new compatible) for initializing a project. See https://docs.apps.garden#project-templates for more info or https://github.com/topics/application-garden-template for a list of available templates." :default "io.github.nextjournal/garden-template"})), :help "Initialize an application.garden project in the local directory"},