forked from extern/nushell
440feaf74a
Just change the description of the `--stdin` flag as shown in `nu --help`: "redirect the stdin" -> "redirect standard input to a command (with `-c`) or a script file" The old description was a little too terse and I had to look in the code to see what it was doing. |
||
---|---|---|
.. | ||
tests | ||
config_files.rs | ||
logger.rs | ||
main.rs | ||
README.md | ||
test_bins.rs | ||
tests.rs |
Nushell REPL
This directory contains the main Nushell REPL (read eval print loop) as part of the CLI portion of Nushell, which creates the nu
binary itself.
Current versions of the nu
binary will use the Nu argument parsing logic to parse the commandline arguments passed to nu
, leaving the logic here to be a thin layer around what the core libraries.