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