From f679d2b5e13379442eff14eb53155d08e6aaa24f Mon Sep 17 00:00:00 2001 From: Santosh Bhavani Date: Tue, 24 Feb 2026 23:16:40 -0600 Subject: [PATCH] Fix version command in documentation --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- extensions/EXTENSION-USER-GUIDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 20adb6c3f0..cbe1955ad4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,7 +51,7 @@ body: id: version attributes: label: Specify CLI Version - description: "Run `specify --version` or `pip show spec-kit`" + description: "Run `specify version` or `pip show spec-kit`" placeholder: "e.g., 1.3.0" validations: required: true diff --git a/extensions/EXTENSION-USER-GUIDE.md b/extensions/EXTENSION-USER-GUIDE.md index 46e87cf6cc..802026231f 100644 --- a/extensions/EXTENSION-USER-GUIDE.md +++ b/extensions/EXTENSION-USER-GUIDE.md @@ -46,7 +46,7 @@ Extensions are modular packages that add new commands and functionality to Spec ### Check Your Version ```bash -specify --version +specify version # Should show 0.1.0 or higher ```