Skip to content

Commit 926836e

Browse files
authored
Merge pull request #1001 from TCoherence/fix/place-short-name-in-the-right-position
fix: make "short-name" argument to be used correctly for create-new-feature.sh
2 parents af88930 + 7b536b5 commit 926836e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/commands/specify.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Given that feature description, do this:
3535

3636
**IMPORTANT**:
3737

38-
- Append the short-name argument to the `{SCRIPT}` command with the 2-4 word short name you created in step 1
39-
- Bash: `--short-name "your-generated-short-name"`
40-
- PowerShell: `-ShortName "your-generated-short-name"`
38+
- 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.
39+
- Bash example: `--short-name "your-generated-short-name" "Feature description here"`
40+
- PowerShell example: `-ShortName "your-generated-short-name" "Feature description here"`
4141
- 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")
4242
- You must only ever run this script once
4343
- The JSON is provided in the terminal as output - always refer to it to get the actual content you're looking for

0 commit comments

Comments
 (0)