From 60d6d59fba70d7e90c0a5579d4da58a2761d291a Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Wed, 7 Dec 2022 21:30:38 +0100 Subject: [PATCH] support update proxy via cli (#206) --- pkg/cmd/settings/update/update.manual.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/cmd/settings/update/update.manual.go b/pkg/cmd/settings/update/update.manual.go index 44dffeb8c..ae67658ed 100644 --- a/pkg/cmd/settings/update/update.manual.go +++ b/pkg/cmd/settings/update/update.manual.go @@ -336,6 +336,9 @@ var updateSettingsOptions = map[string]argumentHandler{ "false", }, nil, cobra.ShellCompDirectiveNoFileComp}, + // proxy + "defaults.proxy": {"defaults.proxy", "string", "settings.defaults.proxy", []string{}, nil, cobra.ShellCompDirectiveNoFileComp}, + // Table view settings "views.rowMode": {"views.rowMode", "string", config.SettingsViewRowMode, []string{ tableviewer.RowModeTruncate,