Add shell completion support
This commit is contained in:
@@ -172,6 +172,7 @@ gsp init
|
||||
gsp validate
|
||||
gsp ai-init
|
||||
gsp version
|
||||
gsp completion powershell
|
||||
gsp index
|
||||
gsp trace <id>
|
||||
gsp flatten <id>
|
||||
@@ -192,6 +193,7 @@ go build -o ../bin/gsp ./cmd/gsp
|
||||
../bin/gsp graph page.lottery.main --root ../examples/lottery --format mermaid --out ../.gsp/graph.mmd
|
||||
../bin/gsp graph page.lottery.main --root ../examples/lottery --format md --out ../.gsp/graph.md
|
||||
../bin/gsp graph page.lottery.main --root ../examples/lottery --format canvas --out ../.gsp/graph.canvas
|
||||
../bin/gsp completion install powershell
|
||||
```
|
||||
|
||||
## 5. 输出
|
||||
|
||||
Reference in New Issue
Block a user