MCPcopy Index your code
hub / github.com/celer-pkg/celer / removeCmd

Struct removeCmd

cmds/cmd_remove.go:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type removeCmd struct {
19 celer *configs.Celer
20 dev bool
21 purge bool
22 recursive bool
23 buildCache bool
24}
25
26func (r *removeCmd) Command(celer *configs.Celer) *cobra.Command {
27 r.celer = celer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected