Merge remote-tracking branch 'refs/remotes/origin/doc' into doc

This commit is contained in:
Sebastian Jung 2019-11-30 21:21:15 +01:00
commit e4c56a25c6
2 changed files with 6 additions and 2 deletions

View File

@ -40,4 +40,8 @@ Syntax: `config {flags}`
## Examples ## 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).

View File

@ -1,6 +1,6 @@
# from-yaml # 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` Syntax: `from-yaml`