(string, string, []string)
| 46 | type iprompter interface { |
| 47 | Input(string, string) (string, error) |
| 48 | Select(string, string, []string) (int, error) |
| 49 | } |
| 50 | |
| 51 | func NewCmdRun(f *cmdutil.Factory, runF func(*RunOptions) error) *cobra.Command { |
no outgoing calls
no test coverage detected