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

Struct bash

completion/bash.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type bash struct {
18 homeDir string
19 rootCmd *cobra.Command
20 registerBinary string
21}
22
23func (b bash) Register() error {
24 if err := b.installBinary(); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected