From 21d281a23dfcdec7dd3fddd238be1cbea175a4ca Mon Sep 17 00:00:00 2001 From: "G.Reijn" Date: Fri, 13 Dec 2024 11:15:18 +0100 Subject: [PATCH] Clarify settings behavior --- doc/Settings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Settings.md b/doc/Settings.md index 027c0066ab..2b373c1fe4 100644 --- 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`).