Skip to content

pipefail doesn't work #66

Closed
Closed
@M1cha

Description

@M1cha

With this code, the program exits successfully:

fn main() {
    cmd_lib::run_fun!(false | true).unwrap();
}

Activity

added a commit that references this issue on Jun 8, 2025
8090c39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @M1cha

        Issue actions

          pipefail doesn't work · Issue #66 · rust-shell-script/rust_cmd_lib