mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 13:59:17 +00:00
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
356 B
356 B
config set_into
Sets a value in the config
Usage
> config set_into <set_into> {flags}
Parameters
<set_into>sets a variable from values in the pipeline
Flags
- -h, --help: Display this help message
Examples
Store the contents of the pipeline as a path
> echo ['/usr/bin' '/bin'] | config set_into path