nushell/crates/nu-cli
Jason Gedge 2d3b1e090a
Remove piping of stderr. (#2247)
In any other shell, stderr is inherited like normal, and only piped if you
request it explicitly (e.g., `2>/dev/null`). In the case of a command like
`fzf`, stderr is used for the interactive selection of files. By piping it,
something like

    fzf | xargs echo

does not work. By removing all stderr piping we eliminate this issue. We can
return later with a way to deal with stderr piping when an actual use case
arises.
2020-07-24 17:56:50 +12:00
..
src Remove piping of stderr. (#2247) 2020-07-24 17:56:50 +12:00
tests Step 1 for to html theme-ing (#2245) 2020-07-23 13:21:58 -05:00
Cargo.toml Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00