nushell/crates
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
..
nu_plugin_binaryview Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_fetch Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_from_bson Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_from_sqlite Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_inc Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_match Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_post Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_ps Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_start Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_sys Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_textview Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_to_bson Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_to_sqlite Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu_plugin_tree Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu-build Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu-cli Remove piping of stderr. (#2247) 2020-07-24 17:56:50 +12:00
nu-errors Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu-parser Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu-plugin Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu-protocol Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu-source Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu-table Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu-test-support Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00
nu-value-ext Bump to 0.17.0 (#2237) 2020-07-22 06:41:49 +12:00