From 1df829c01c5023cf571f2b74d4f20d03a30645d4 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 7 Jul 2026 15:20:52 -0400 Subject: [PATCH 1/3] Update new.md --- docs/usage/new.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/usage/new.md b/docs/usage/new.md index 9647838..d42ce2e 100644 --- a/docs/usage/new.md +++ b/docs/usage/new.md @@ -8,8 +8,9 @@ tags: # New project You can create a new project from the command line using the `zensical new` -command. It requires a path as an argument that specifies where the new project -is to be created. If the path does not yet exist, it will be created for you. +command. Specify a path as an argument to create the project in that directory, +or omit it to use the current working directory. If you specify a path and it +does not yet exist, it will be created for you. ## Usage From 544498ab16ad67ef9271f92883004fbdbe479c82 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 7 Jul 2026 15:23:07 -0400 Subject: [PATCH 2/3] Update new.md --- docs/usage/new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/new.md b/docs/usage/new.md index d42ce2e..e01c686 100644 --- a/docs/usage/new.md +++ b/docs/usage/new.md @@ -9,7 +9,7 @@ tags: You can create a new project from the command line using the `zensical new` command. Specify a path as an argument to create the project in that directory, -or omit it to use the current working directory. If you specify a path and it +or omit it to use the current working directory. If you specify a path that does not yet exist, it will be created for you. ## Usage From d8c99d70b4f77596d44c3c6a42fc33f4c8229df3 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 7 Jul 2026 15:23:48 -0400 Subject: [PATCH 3/3] Apply suggestion from @LiamConnors Signed-off-by: Liam Connors --- docs/usage/new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/new.md b/docs/usage/new.md index e01c686..117ff26 100644 --- a/docs/usage/new.md +++ b/docs/usage/new.md @@ -8,7 +8,7 @@ tags: # New project You can create a new project from the command line using the `zensical new` -command. Specify a path as an argument to create the project in that directory, +command. Provide a path as an argument to create the project in that directory, or omit it to use the current working directory. If you specify a path that does not yet exist, it will be created for you.