mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Merge remote-tracking branch 'refs/remotes/origin/doc' into doc
This commit is contained in:
commit
e4c56a25c6
@ -40,4 +40,8 @@ Syntax: `config {flags}`
|
||||
|
||||
## Examples
|
||||
|
||||
A more detailed description on how to use this command to configure Nu shell can be found in the configuration chapter of [Nu Book](https://book.nushell.sh/).
|
||||
```shell
|
||||
> config --set [table_mode "light"]
|
||||
```
|
||||
|
||||
A more detailed description on how to use this command to configure Nu shell can be found in the configuration chapter of [Nu Book](https://book.nushell.sh/en/configuration).
|
||||
|
@ -1,6 +1,6 @@
|
||||
# from-yaml
|
||||
|
||||
Parse text as `.yaml/.yml` and create table. Use this when nushell cannot dertermine the input file extension.
|
||||
Parse text as `.yaml/.yml` and create table. Use this when nushell cannot determine the input file extension.
|
||||
|
||||
Syntax: `from-yaml`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user