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

just: Fix justfile command silencing #325

Merged
merged 1 commit into from
Jan 9, 2023
Merged

just: Fix justfile command silencing #325

merged 1 commit into from
Jan 9, 2023

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented Nov 25, 2022

@- suppresses logging and ignores the command's exit code. We only want to use @ so that logging is suppressed but exit codes are fatal.

`@-` suppresses logging and ignores the command's exit code. We only want to
use `@` so that logging is suppressed but exit codes are fatal.
@olix0r olix0r requested a review from a team as a code owner November 25, 2022 18:23
@mateiidavid mateiidavid merged commit 6ec4b3e into main Jan 9, 2023
@mateiidavid mateiidavid deleted the ver/just-fix branch January 9, 2023 15:01
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 this pull request may close these issues.

3 participants