MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / providerEnableCommand

Method providerEnableCommand

internal/cli/provider_cmd.go:468–475  ·  view source on GitHub ↗
(state *globalState)

Source from the content-addressed store, hash-verified

466}
467
468func (a *App) providerEnableCommand(state *globalState) *cobra.Command {
469 return &cobra.Command{
470 Use: "enable NAME",
471 Short: "Mark a provider as enabled",
472 Args: cobra.ExactArgs(1),
473 RunE: toggleEnabledRunE(state, true),
474 }
475}
476
477func (a *App) providerDisableCommand(state *globalState) *cobra.Command {
478 return &cobra.Command{

Callers 1

providerCommandMethod · 0.95

Calls 1

toggleEnabledRunEFunction · 0.85

Tested by

no test coverage detected