You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recent command-color flag works nicely for regular just recipes, but it's not used for shebang recipes (e.g. those which start with #!).
So if I do just --command-color purple foo, it will echo recipe lines in purple if foo is a regular recipe, but will still use white if foo is a shebang recipe.
Unless anyone thinks this is the desired behavior, I can probably work on a fix for this.
The text was updated successfully, but these errors were encountered:
The recent
command-color
flag works nicely for regular just recipes, but it's not used for shebang recipes (e.g. those which start with#!
).So if I do
just --command-color purple foo
, it will echo recipe lines in purple iffoo
is a regular recipe, but will still use white iffoo
is a shebang recipe.Unless anyone thinks this is the desired behavior, I can probably work on a fix for this.
The text was updated successfully, but these errors were encountered: