MCPcopy
hub / github.com/perkeep/perkeep / toolCmd

Struct toolCmd

dev/devcam/pk.go:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type toolCmd struct {
32 // start of flag vars
33 altkey bool
34 // end of flag vars
35
36 env *Env
37}
38
39func init() {
40 cmdmain.RegisterMode("tool", func(flags *flag.FlagSet) cmdmain.CommandRunner {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected