(string, []string, []string)
| 34 | |
| 35 | type iprompter interface { |
| 36 | MultiSelect(string, []string, []string) ([]int, error) |
| 37 | } |
| 38 | |
| 39 | func NewCmdDownload(f *cmdutil.Factory, runF func(*DownloadOptions) error) *cobra.Command { |
no outgoing calls
no test coverage detected