MCPcopy Create free account
hub / github.com/diillson/chatcli / handleSkillCommand

Method handleSkillCommand

cli/command_handler_plugins.go:126–132  ·  view source on GitHub ↗
(ctx context.Context, userInput string)

Source from the content-addressed store, hash-verified

124}
125
126func (ch *CommandHandler) handleSkillCommand(ctx context.Context, userInput string) {
127 if ch.cli.skillHandler == nil {
128 fmt.Println(colorize(" Skill registry not initialized.", ColorYellow))
129 return
130 }
131 ch.cli.skillHandler.HandleCommand(ctx, userInput)
132}
133
134func (ch *CommandHandler) handlePluginCommand(userInput string) {
135 if ch.cli.pluginManager == nil {

Callers 1

buildRoutesMethod · 0.95

Calls 2

colorizeFunction · 0.85
HandleCommandMethod · 0.45

Tested by

no test coverage detected