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

Struct zsh

completion/zsh.go:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected