Skip to content

Commit

Permalink
Refine --template usage help / bump CLI version to 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed May 15, 2024
1 parent 32419c4 commit 366e729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.10
0.1.11
2 changes: 1 addition & 1 deletion src/nextjournal/garden_cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 366e729

Please # to comment.