From 96f95653a647c92cd165bf8f8feb3e14eff839a7 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 9 Feb 2021 09:06:30 -0600 Subject: [PATCH] added comment for table_mode (#3036) --- docs/sample_config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sample_config/config.toml b/docs/sample_config/config.toml index c3e8123477..b3f17f83df 100644 --- a/docs/sample_config/config.toml +++ b/docs/sample_config/config.toml @@ -6,7 +6,7 @@ startup = [ "def nudown [] {fetch https://api.github.com/repos/nushell/nushell/releases | get assets | select name download_count}", "def nuver [] {version | insert nushell_features {get features | str collect ', '} | reject features}", ] -table_mode = "other" +table_mode = "other" # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other plugin_dirs = ["D:\\Src\\GitHub\\nu-plugin-lib\\samples\\Nu.Plugin.Len\\bin\\Debug\\netcoreapp3.1"] pivot_mode = "auto" ctrlc_exit = false