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

Struct powershell

completion/powershell.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected