From 7b536b578dad5cd174f8b50ce6cd96d244085d85 Mon Sep 17 00:00:00 2001 From: Hanzhi Yang Date: Tue, 21 Oct 2025 18:54:38 -0700 Subject: [PATCH] update specify to make "short-name" argu for create-new-feature.sh in the right position --- templates/commands/specify.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/commands/specify.md b/templates/commands/specify.md index 46c33e87..03f681e5 100644 --- a/templates/commands/specify.md +++ b/templates/commands/specify.md @@ -35,9 +35,9 @@ Given that feature description, do this: **IMPORTANT**: - - Append the short-name argument to the `{SCRIPT}` command with the 2-4 word short name you created in step 1 - - Bash: `--short-name "your-generated-short-name"` - - PowerShell: `-ShortName "your-generated-short-name"` + - Append the short-name argument to the `{SCRIPT}` command with the 2-4 word short name you created in step 1. Keep the feature description as the final argument. + - Bash example: `--short-name "your-generated-short-name" "Feature description here"` + - PowerShell example: `-ShortName "your-generated-short-name" "Feature description here"` - For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'\''m Groot' (or double-quote if possible: "I'm Groot") - You must only ever run this script once - The JSON is provided in the terminal as output - always refer to it to get the actual content you're looking for