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

Method ResetCommand

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

Source from the content-addressed store, hash-verified

141}
142
143func (f *Fish) ResetCommand(executablePath string) (shellScript []string) {
144 return []string{
145 fmt.Sprintf("complete --command %s --erase",
146 quoteArg(filepath.Base(executablePath))),
147 }
148}
149
150func (f *Fish) GetPreamble() (lines []string) {
151 lines = []string{

Callers

nothing calls this directly

Calls 1

quoteArgFunction · 0.85

Tested by

no test coverage detected