MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Run

Method Run

helper/cmd/proxycommands/git_credentials.go:23–31  ·  view source on GitHub ↗

Run runs the command logic

(_ *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

21
22// Run runs the command logic
23func (cmd *GitCredentials) Run(_ *cobra.Command, args []string) error {
24 if len(args) == 0 {
25 return nil
26 } else if args[0] != "get" {
27 return nil
28 }
29
30 return runProxyCommand([]string{"git-credentials", "credential", "fill"})
31}

Callers

nothing calls this directly

Calls 1

runProxyCommandFunction · 0.85

Tested by

no test coverage detected