(repo *cache.RepoCache, args []string)
| 12 | ) |
| 13 | |
| 14 | func ResolveSelected(repo *cache.RepoCache, args []string) (*cache.BugCache, []string, error) { |
| 15 | return _select.Resolve[*cache.BugCache](repo, bug.Typename, bug.Namespace, repo.Bugs(), args) |
| 16 | } |
| 17 | |
| 18 | func newBugSelectCommand(env *execenv.Env) *cobra.Command { |
| 19 | cmd := &cobra.Command{ |
no test coverage detected