added comment for table_mode (#3036)

This commit is contained in:
Darren Schroeder 2021-02-09 09:06:30 -06:00 committed by GitHub
parent 7f7e8465da
commit 96f95653a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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