JulesdeCube

Results 12 comments of JulesdeCube

I think that i found an other issue: ```nu $ nu --experimental-options=[pipefail] $ try { ^false | lines } catch {|e| print $e.exit_code } # => ╭────────────╮ # => │...