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

Struct integrateCmd

cmds/cmd_integrate.go:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type integrateCmd struct {
17 remove bool
18
19 bashCompletion completion.Completion
20 zshCompletion completion.Completion
21 psCompletion completion.Completion
22}
23
24var currentShellFn = completion.CurrentShell
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected