MCPcopy Index your code
hub / github.com/dim-an/cod / GetPreamble

Method GetPreamble

shells/shells.go:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24type ShellScriptGenerator interface {
25 GetPreamble() []string
26 GenerateCompletions(executableName string, completions []datastore.Completion) []string
27 ResetCommand(executablePath string) []string
28}

Callers 1

handleInitScriptMethod · 0.65

Implementers 3

Zshshells/shells.go
Fishshells/shells.go
Bashshells/shells.go

Calls

no outgoing calls

Tested by

no test coverage detected