Skip to content

Commit

Permalink
feat: add command for viewing gh-fzf's changelog
Browse files Browse the repository at this point in the history
Under the hood, this just runs > gh fzf release --repo benelan/gh-fzf
  • Loading branch information
benelan committed May 18, 2024
1 parent 90060ea commit f8d5b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ See \`gh <command> list --help\` for the flag options.
Other Commands:
help Print this help message.
version Print the version of gh-fzf.
changelog View gh-fzf's changelog via the release command.
Check out the project homepage for more information, such as keybindings,
configuration, and examples.
Expand Down Expand Up @@ -640,6 +641,7 @@ main() {
gist | gists | --gist | --gists) gist_cmd "$@" ;;
workflow | workflows | --workflow | --workflows) workflow_cmd "$@" ;;
label | labels | --label | --labels) label_cmd "$@" ;;
changelog) gh fzf release --repo benelan/gh-fzf ;;
v | V | -v | -V | version | --version) printf "%s\n" "$GH_FZF_VERSION" ;;
*) error "invalid command: \"$command\"" ;;
esac
Expand Down

0 comments on commit f8d5b23

Please sign in to comment.