Skip to content

Commit

Permalink
support update proxy via cli (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Dec 7, 2022
1 parent a0948e4 commit 60d6d59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/settings/update/update.manual.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 60d6d59

Please sign in to comment.