| 24 | ) |
| 25 | |
| 26 | type putCmd struct { |
| 27 | binName string // the executable that is actually called, i.e. "pk-put". |
| 28 | } |
| 29 | |
| 30 | func init() { |
| 31 | cmdmain.RegisterCommand("put", func(flags *flag.FlagSet) cmdmain.CommandRunner { |
nothing calls this directly
no outgoing calls
no test coverage detected