We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8618d0a commit 3ef12caCopy full SHA for 3ef12ca
templates/commands/specify.md
@@ -9,8 +9,8 @@ handoffs:
9
prompt: Clarify specification requirements
10
send: true
11
scripts:
12
- sh: scripts/bash/create-new-feature.sh --json "{ARGS}"
13
- ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"
+ sh: scripts/bash/create-new-feature.sh "{ARGS}"
+ ps: scripts/powershell/create-new-feature.ps1 "{ARGS}"
14
---
15
16
## User Input
0 commit comments