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

pipefail doesn't work #66

Closed
M1cha opened this issue Aug 31, 2024 · 2 comments
Closed

pipefail doesn't work #66

M1cha opened this issue Aug 31, 2024 · 2 comments

Comments

@M1cha
Copy link

M1cha commented Aug 31, 2024

With this code, the program exits successfully:

fn main() {
    cmd_lib::run_fun!(false | true).unwrap();
}
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

No branches or pull requests

2 participants
@M1cha and others