nushell/crates/nu-cli/src
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
..
commands Remove piping of stderr. (#2247) 2020-07-24 17:56:50 +12:00
data Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
env Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
evaluate Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
shell Expose all rustyline configuration points (#2238) 2020-07-23 09:43:52 +12:00
stream Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
utils Convert table of primitives to positional arguments for external cmd (#2232) 2020-07-23 09:41:34 +12:00
cli.rs if config file doesn't exist, set defaults. (#2244) 2020-07-23 08:27:45 -05:00
commands.rs Add benchmark command (#2223) 2020-07-20 05:39:43 +12:00
completion.rs Introduce completion abstractions to nushell. (#2198) 2020-07-18 14:55:10 +12:00
context.rs Expose more registry APIs (#2215) 2020-07-19 06:01:05 +12:00
data.rs Bat config (#2010) 2020-06-19 15:08:59 -05:00
deserializer.rs Add bool subcommand to random (#2061) 2020-06-26 16:51:05 +12:00
documentation.rs Auto-Generate Documentation for nushell.com (#2139) 2020-07-18 10:22:43 +12:00
env.rs WIP: Per directory env-variables (#1943) 2020-06-08 19:55:25 +12:00
examples.rs added ansi example (#2230) 2020-07-20 18:33:39 -05:00
format.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
keybinding.rs Keybindings and invocation fix (#2186) 2020-07-15 19:51:59 +12:00
lib.rs Export more defs from nu-cli (#2205) 2020-07-18 16:47:03 +12:00
path.rs Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
prelude.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
shell.rs create Palette trait (#1813) 2020-05-18 05:48:57 +12:00
utils.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00