Skip to content

Commit 6f69840

Browse files
committed
docs(pr/shared): add a TODO on decoupling PR finder from IO
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent f0a0c4b commit 6f69840

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cmd/pr/shared/finder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ func (f *finder) Find(opts FindOptions) (*api.PullRequest, ghrepo.Interface, err
198198
return nil, nil, err
199199
}
200200

201+
// TODO: Decouple the PR finder from IO
201202
// TODO(josebalius): Should we be guarding here?
202203
if !opts.DisableProgress && f.progress != nil {
203204
f.progress.StartProgressIndicator()

0 commit comments

Comments
 (0)