Skip to content

Commit

Permalink
fix: change short argument to -x for --context
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed Dec 26, 2023
1 parent 6364155 commit 122c249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff.el
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ This command will commit all staged files by default."
;; TODO support init= options, https://github.com/orhun/git-cliff/pull/370
("-i" "Init default config" ("-i" "--init"))
("-T" "Sort the tags topologically" "--topo-order")
("-j" "Print changelog context as JSON" "--context")
("-x" "Print changelog context as JSON" "--context")
("-l" "Processes commits from tag" git-cliff--arg-tag-switch)
("-B" "Bump version for unreleased" "--bump")
]
Expand Down

0 comments on commit 122c249

Please sign in to comment.