From 8367f2001cccc399c17cba5cd2385ab3e437fe66 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 10 Feb 2021 08:58:38 -0600 Subject: [PATCH] update nuver (#3044) --- 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 4d5973db9..016b7a4bb 100644 --- a/docs/sample_config/config.toml +++ b/docs/sample_config/config.toml @@ -5,7 +5,7 @@ nonzero_exit_errors = true startup = [ "alias la = ls --long", "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}", + "def nuver [] {version | pivot key value}", ] 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"]