()
| 42 | } |
| 43 | |
| 44 | func init() { |
| 45 | CmdDrop.Run = runDrop |
| 46 | |
| 47 | addCommonFlags(CmdDrop) |
| 48 | addConfigFlag(CmdDrop) |
| 49 | addWaitFlag(CmdDrop) |
| 50 | } |
| 51 | |
| 52 | func runDrop(cmd *Command, args []string) { |
| 53 | commonFlagsInit(cmd) |
nothing calls this directly
no test coverage detected