MCPcopy Create free account
hub / github.com/celer-pkg/celer / Completion

Interface Completion

completion/completion.go:8–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Completion interface {
9 Register() error
10 Unregister() error
11
12 installBinary() error
13 uninstallBinary() error
14
15 installCompletion() error
16 uninstallCompletion() error
17
18 registerRunCommand() error
19 unregisterRunCommand() error
20}
21
22type ShellType int8
23

Implementers 3

powershellcompletion/powershell.go
zshcompletion/zsh.go
bashcompletion/bash.go

Calls

no outgoing calls

Tested by

no test coverage detected