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