nushell/docs/commands/config-set_into.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +00:00

20 lines
356 B
Markdown

# config set_into
Sets a value in the config
## Usage
```shell
> 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
```shell
> echo ['/usr/bin' '/bin'] | config set_into path
```