Skip to content

Commit

Permalink
Merge pull request #8 from psibi/infinite-recursion
Browse files Browse the repository at this point in the history
Fix color related bug
  • Loading branch information
psibi authored Feb 20, 2022
2 parents dcc49c9 + dab30ec commit b0c1fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
buffer.
- Fix bug when process execution itself throws error.
- Migrate from the deprecated ~define-transient-command~
- Fix justl process when you pass transient argument for ~--color~~

* 0.4

Expand Down
2 changes: 1 addition & 1 deletion justl.el
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ tweaked further by the user."
:description "Color output"
:class 'transient-switches
:key "-c"
:argument-format "--color %s"
:argument-format "--color=%s"
:argument-regexp "\\(--color \\(auto\\|always\\|never\\)\\)"
:choices '("auto" "always" "never"))

Expand Down

0 comments on commit b0c1fa0

Please sign in to comment.