Skip to content

Commit f919c10

Browse files
committed
change pinning arguments -> options
1 parent 1f8dc0c commit f919c10

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

hub/package-manager/winget/pinning.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ WinGet supports three types of package pins:
2525
winget pin <subcommand> <options>
2626
```
2727

28-
## Arguments
28+
## Options
2929

30-
The following arguments are available.
30+
The following options are available.
3131

32-
| Argument | Description |
32+
| Options | Description |
3333
|--------------|-------------|
3434
| **-?, --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. |
3539

3640
## Subcommands
3741

@@ -59,7 +63,6 @@ winget pin add [[-q] <query>] [<options>]
5963
| Argument | Description |
6064
|-------------|-------------|
6165
| **-q,--query** | The query used to search for an app. |
62-
| **-?, --help** | Get additional help on this command. |
6366

6467
### Options
6568

@@ -80,6 +83,7 @@ The options allow you to customize adding pins to meet your needs.
8083
| **--installed** | Pin a specific installed version |
8184
| **--accept-source-agreements** | Used to accept the source license agreement, and avoid the prompt. |
8285
| **--header** | Optional Windows-Package-Manager REST source HTTP header. |
86+
| **-?, --help** | Get additional help on this command. |
8387
| **--wait** | Prompts the user to press any key before exiting |
8488
| **--logs, --open-logs** | Open the default logs location. |
8589
| **--verbose, --verbose-logs** | Used to override the logging setting and create a verbose log. |
@@ -120,7 +124,6 @@ winget pin remove [[-q] <query>] [<options>]
120124
| Argument | Description |
121125
|-------------|-------------|
122126
| **-q,--query** | The query used to search for an app. |
123-
| **-?, --help** | Get additional help on this command. |
124127

125128
### Options
126129

@@ -138,6 +141,7 @@ The options allow you to customize removing pins to meet your needs.
138141
| **--installed** | Pin a specific installed version |
139142
| **--accept-source-agreements** | Used to accept the source license agreement, and avoid the prompt. |
140143
| **--header** | Optional Windows-Package-Manager REST source HTTP header. |
144+
| **-?, --help** | Get additional help on this command. |
141145
| **--wait** | Prompts the user to press any key before exiting |
142146
| **--logs, --open-logs** | Open the default logs location. |
143147
| **--verbose, --verbose-logs** | Used to override the logging setting and create a verbose log. |
@@ -172,7 +176,6 @@ winget pin list [[-q] <query>] [<options>]
172176
| Argument | Description |
173177
|-------------|-------------|
174178
| **-q,--query** | The query used to search for an app. |
175-
| **-?, --help** | Get additional help on this command. |
176179

177180
### Options
178181

@@ -189,6 +192,7 @@ The options allow you to customize listing pins to meet your needs.
189192
| **-e, --exact** | Uses the exact string in the query, including checking for case-sensitivity. It will not use the default behavior of a substring. |
190193
| **--accept-source-agreements** | Used to accept the source license agreement, and avoid the prompt. |
191194
| **--header** | Optional Windows-Package-Manager REST source HTTP header. |
195+
| **-?, --help** | Get additional help on this command. |
192196
| **--wait** | Prompts the user to press any key before exiting |
193197
| **--logs, --open-logs** | Open the default logs location. |
194198
| **--verbose, --verbose-logs** | Used to override the logging setting and create a verbose log. |

0 commit comments

Comments
 (0)