We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607760e commit 525cdc1Copy full SHA for 525cdc1
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -51,7 +51,7 @@ body:
51
id: version
52
attributes:
53
label: Specify CLI Version
54
- description: "Run `specify --version` or `pip show spec-kit`"
+ description: "Run `specify version` or `pip show spec-kit`"
55
placeholder: "e.g., 1.3.0"
56
validations:
57
required: true
extensions/EXTENSION-USER-GUIDE.md
@@ -46,7 +46,7 @@ Extensions are modular packages that add new commands and functionality to Spec
46
### Check Your Version
47
48
```bash
49
-specify --version
+specify version
50
# Should show 0.1.0 or higher
```
0 commit comments