cli/pkg/cmd/pr/list
Mislav Marohnić 210d9dff20 Remove implicit sort:created-desc sort clause for pr list
This is the default sort mode for issues, so it's not needed to
explicitly set it. Furthermore, the user can specify their own sort mode
through the `--search` option.
2021-03-25 13:44:07 +01:00
..
fixtures Import PR list API implementation to pr/list package 2021-03-24 16:46:42 +01:00
http.go Remove implicit sort:created-desc sort clause for pr list 2021-03-25 13:44:07 +01:00
http_test.go Remove implicit sort:created-desc sort clause for pr list 2021-03-25 13:44:07 +01:00
list.go Unify checking whether search filters were passed by the user 2021-03-24 18:11:21 +01:00
list_test.go Remove implicit sort:created-desc sort clause for pr list 2021-03-25 13:44:07 +01:00