winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 08b6de092325578d10667ca8caec298c002f195b
parent 9d0bc4760c3435582056d5a12c294fad8d02a01f
Author: roxterrr1 <frajkurcs@wp.pl>
Date:   Mon, 16 Dec 2024 19:51:14 +0100

Winget cli (#5067)

###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5067)

---------

Co-authored-by: G.Reijn <G.Reijn@enzazaden.nl>
Co-authored-by: Muhammad Danish <mdanishkhdev@gmail.com>
Diffstat:
Mdoc/Settings.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/Settings.md b/doc/Settings.md @@ -129,6 +129,10 @@ Some of the settings are duplicated under `preferences` and `requirements`. `pre Any arguments passed on the command line will effectively override the matching `requirement` setting for the duration of that command. +> [!NOTE] +> - These settings are only applied for the `winget install` command. +> - Other commands like `winget configure` are not affected by these settings. + ### Scope The `scope` behavior affects the choice between installing a package for the current user or for the entire machine. The matching parameter is `--scope`, and uses the same values (`user` or `machine`).