| 26 | } |
| 27 | |
| 28 | type AutolinkListClient interface { |
| 29 | List(repo ghrepo.Interface) ([]shared.Autolink, error) |
| 30 | } |
| 31 | |
| 32 | func NewCmdList(f *cmdutil.Factory, runF func(*listOptions) error) *cobra.Command { |
| 33 | opts := &listOptions{ |
no outgoing calls
no test coverage detected