Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use command-color for shebang recipes #1903

Closed
avi-cenna opened this issue Feb 15, 2024 · 1 comment · Fixed by #1911
Closed

Use command-color for shebang recipes #1903

avi-cenna opened this issue Feb 15, 2024 · 1 comment · Fixed by #1911

Comments

@avi-cenna
Copy link
Contributor

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.

@casey
Copy link
Owner

casey commented Feb 15, 2024

Using the --command-color for shebang recipes seems reasonable to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants