Fix troubleshoot command usage documentation (#220)

Add missing --fix flag to usage section to match arguments list
This commit is contained in:
reon nishimura 2025-07-26 16:43:43 +09:00 committed by GitHub
parent 484a84971e
commit 5436b1a762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ Systematically diagnose and resolve issues in code, builds, deployments, or syst
## Usage
```
/sc:troubleshoot [issue] [--type bug|build|performance|deployment] [--trace]
/sc:troubleshoot [issue] [--type bug|build|performance|deployment] [--trace] [--fix]
```
## Arguments