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

Function NewBashCompletion

completion/bash.go:210–216  ·  view source on GitHub ↗
(homeDir string, rootCmd *cobra.Command)

Source from the content-addressed store, hash-verified

208}
209
210func NewBashCompletion(homeDir string, rootCmd *cobra.Command) bash {
211 return bash{
212 homeDir: homeDir,
213 rootCmd: rootCmd,
214 registerBinary: "export PATH=$HOME/.local/bin:$PATH # added by celer",
215 }
216}

Calls

no outgoing calls