@@ -25,13 +25,17 @@ WinGet supports three types of package pins:
25
25
winget pin <subcommand> <options>
26
26
```
27
27
28
- ## Arguments
28
+ ## Options
29
29
30
- The following arguments are available.
30
+ The following options are available.
31
31
32
- | Argument | Description |
32
+ | Options | Description |
33
33
| --------------| -------------|
34
34
| ** -?, --help** | Gets additional help on this command. |
35
+ | ** --wait** | Prompts the user to press any key before exiting. |
36
+ | ** --logs,--open-logs** | Open the default logs location. |
37
+ | ** --verbose, --verbose-logs** | Used to override the logging setting and create a verbose log. |
38
+ | ** --disable-interactivity** | Disable interactive prompts. |
35
39
36
40
## Subcommands
37
41
@@ -59,7 +63,6 @@ winget pin add [[-q] <query>] [<options>]
59
63
| Argument | Description |
60
64
| -------------| -------------|
61
65
| ** -q,--query** | The query used to search for an app. |
62
- | ** -?, --help** | Get additional help on this command. |
63
66
64
67
### Options
65
68
@@ -80,6 +83,7 @@ The options allow you to customize adding pins to meet your needs.
80
83
| ** --installed** | Pin a specific installed version |
81
84
| ** --accept-source-agreements** | Used to accept the source license agreement, and avoid the prompt. |
82
85
| ** --header** | Optional Windows-Package-Manager REST source HTTP header. |
86
+ | ** -?, --help** | Get additional help on this command. |
83
87
| ** --wait** | Prompts the user to press any key before exiting |
84
88
| ** --logs, --open-logs** | Open the default logs location. |
85
89
| ** --verbose, --verbose-logs** | Used to override the logging setting and create a verbose log. |
@@ -120,7 +124,6 @@ winget pin remove [[-q] <query>] [<options>]
120
124
| Argument | Description |
121
125
| -------------| -------------|
122
126
| ** -q,--query** | The query used to search for an app. |
123
- | ** -?, --help** | Get additional help on this command. |
124
127
125
128
### Options
126
129
@@ -138,6 +141,7 @@ The options allow you to customize removing pins to meet your needs.
138
141
| ** --installed** | Pin a specific installed version |
139
142
| ** --accept-source-agreements** | Used to accept the source license agreement, and avoid the prompt. |
140
143
| ** --header** | Optional Windows-Package-Manager REST source HTTP header. |
144
+ | ** -?, --help** | Get additional help on this command. |
141
145
| ** --wait** | Prompts the user to press any key before exiting |
142
146
| ** --logs, --open-logs** | Open the default logs location. |
143
147
| ** --verbose, --verbose-logs** | Used to override the logging setting and create a verbose log. |
@@ -172,7 +176,6 @@ winget pin list [[-q] <query>] [<options>]
172
176
| Argument | Description |
173
177
| -------------| -------------|
174
178
| ** -q,--query** | The query used to search for an app. |
175
- | ** -?, --help** | Get additional help on this command. |
176
179
177
180
### Options
178
181
@@ -189,6 +192,7 @@ The options allow you to customize listing pins to meet your needs.
189
192
| ** -e, --exact** | Uses the exact string in the query, including checking for case-sensitivity. It will not use the default behavior of a substring. |
190
193
| ** --accept-source-agreements** | Used to accept the source license agreement, and avoid the prompt. |
191
194
| ** --header** | Optional Windows-Package-Manager REST source HTTP header. |
195
+ | ** -?, --help** | Get additional help on this command. |
192
196
| ** --wait** | Prompts the user to press any key before exiting |
193
197
| ** --logs, --open-logs** | Open the default logs location. |
194
198
| ** --verbose, --verbose-logs** | Used to override the logging setting and create a verbose log. |
0 commit comments