How can I suppress output error messages from a command? #2978
Answered
by
casey
adrianovieira
asked this question in
Q&A
What can I do in set positional-arguments
@cmd *args='':
-cli-example $@ $ just cmd image.jpg
cli-example: cannot access 'image.jpg': No such file or directory |
Answered by
casey
Mar 16, 2026
Replies: 1 comment
|
There is no way to do this via |
0 replies
Answer selected by
casey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no way to do this via
just. I could imagine adding a recipe attribute, although it might be a little niche.