Skip to content

Commit

Permalink
Fix color related bug
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Feb 20, 2022
1 parent dcc49c9 commit dab30ec
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 dab30ec

Please sign in to comment.