From c63ad610f50205db759a924163abbc6f2c8dcd51 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 1 Dec 2019 06:59:53 +1300 Subject: [PATCH 1/2] Update config.md --- docs/commands/config.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/commands/config.md b/docs/commands/config.md index f5605e23a8..cae8e43ef3 100644 --- a/docs/commands/config.md +++ b/docs/commands/config.md @@ -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/). \ No newline at end of file +```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). From 6bfb4207c4331ab9a5aa5ea10d5c27b93e3a4de6 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 1 Dec 2019 07:00:36 +1300 Subject: [PATCH 2/2] Update from-yaml.md --- docs/commands/from-yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/from-yaml.md b/docs/commands/from-yaml.md index 90a2dd90ac..1c7e9fef78 100644 --- a/docs/commands/from-yaml.md +++ b/docs/commands/from-yaml.md @@ -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`