Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 5448848

Browse files
committed
Add config command
- Will improve display of installed artifacts and their scopes next - Added more featured skills
1 parent 893e9fb commit 5448848

File tree

3 files changed

+499
-3
lines changed

3 files changed

+499
-3
lines changed

cmd/skills/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ from remote Sleuth servers or Git repositories.`,
8686
rootCmd.AddCommand(commands.NewUpdateCommand())
8787
rootCmd.AddCommand(commands.NewReportUsageCommand())
8888
rootCmd.AddCommand(commands.NewServeCommand())
89+
rootCmd.AddCommand(commands.NewConfigCommand())
8990

9091
if err := rootCmd.Execute(); err != nil {
9192
os.Exit(1)

0 commit comments

Comments
 (0)