Skip to content

Commit

Permalink
Merge pull request #3 from mloberg/feature/list-option
Browse files Browse the repository at this point in the history
feat: add --list option
  • Loading branch information
mloberg authored Oct 5, 2023
2 parents e18451a + ced8a1f commit afb7863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-prs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Usage: gh prs
Display an interactive list of open PRs. The selected PR is checked out.
Options:
--static Prints a non-interactive list of open PRs
--list|-l Prints a non-interactive list of open PRs
--help Show this message
Dependencies: fzf
Expand Down Expand Up @@ -50,7 +50,7 @@ while test $# != 0; do
help
exit
;;
--static)
--static|--list|-l)
static=1
;;
*)
Expand Down

0 comments on commit afb7863

Please sign in to comment.