Skip to content

Commit 62efd7d

Browse files
committed
Add skill install command
1 parent fd5b51d commit 62efd7d

12 files changed

Lines changed: 2630 additions & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var builtinCommands = map[string]bool{
2828
"help": true,
2929
"completion": true,
3030
"install": true,
31+
"skills": true,
3132
}
3233

3334
func Execute() error {

0 commit comments

Comments
 (0)