()
| 52 | } |
| 53 | |
| 54 | func init() { |
| 55 | CmdCreate.Run = runCreate |
| 56 | |
| 57 | addCommonFlags(CmdCreate) |
| 58 | addConfigFlag(CmdCreate) |
| 59 | addWaitFlag(CmdCreate) |
| 60 | addCreateFlags(CmdCreate) |
| 61 | } |
| 62 | |
| 63 | // List is a list of strings for flag usage. |
| 64 | type List struct { |
nothing calls this directly
no test coverage detected