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