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

Function NewPowerShellCompletion

completion/powershell.go:262–268  ·  view source on GitHub ↗
(homeDir string, rootCmd *cobra.Command)

Source from the content-addressed store, hash-verified

260}
261
262func NewPowerShellCompletion(homeDir string, rootCmd *cobra.Command) powershell {
263 return powershell{
264 homeDir: homeDir,
265 rootCmd: rootCmd,
266 registerBinary: ". $HOME\\Documents\\WindowsPowerShell\\Modules\\celer\\celer_completion.ps1 # added by celer",
267 }
268}

Calls

no outgoing calls