MCPcopy Create free account
hub / github.com/dim-an/cod / ResetCommand

Method ResetCommand

shells/shells.go:120–125  ·  view source on GitHub ↗
(executablePath string)

Source from the content-addressed store, hash-verified

118}
119
120func (z *Zsh) ResetCommand(executablePath string) (script []string) {
121 script = []string{
122 fmt.Sprintf("__cod_clear_completions %v", quoteArg(filepath.Base(executablePath))),
123 }
124 return
125}
126
127//
128// Fish

Callers

nothing calls this directly

Calls 1

quoteArgFunction · 0.85

Tested by

no test coverage detected