Skip to content

Commit

Permalink
Update settings command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
florelis committed Mar 15, 2024
1 parent 2c20ecd commit 7060c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/specs/#190 - Proxy Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Both of these arguments will be disabled by default and require admin privileges
> winget install Contoso.App --no-proxy
```

To configure the default proxy, a new `proxy` subcommand will be added to the `settings` command, with options to `set` and `reset` the default.
To configure the default proxy, new `set` and `reset` subcommands will be added to the `settings` command, , with options to `set` and `reset` the default.
This will require admin privileges and does not require `ProxyCommandLineArgument` to be enabled.

```
> winget settings proxy set https://127.0.0.1:2345
> winget settings proxy reset
> winget settings set DefaultProxy https://127.0.0.1:2345
> winget settings reset DefaultProxy
```

The current default proxy will be added to the output `winget --info`.
Expand Down

0 comments on commit 7060c83

Please sign in to comment.