Skip to content

Commit 6d81469

Browse files
committed
fixed ArgumentList parameter help
1 parent 715127f commit 6d81469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSProfile/Public/Power Tools/Open-Code.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function Open-Code {
2424
.PARAMETER Wait
2525
If $true, waits for the file to be closed in Code before returning to the prompt. If $false, opens the file using a background job to allow immediately returning to the prompt. Defaults to $false.
2626
27-
.PARAMETER Arguments
27+
.PARAMETER ArgumentList
2828
Any additional arguments to be passed directly to the Code CLI command, e.g. `Open-Code --list-extensions` or `code --list-extensions` will still work the same as expected.
2929
3030
.EXAMPLE

0 commit comments

Comments
 (0)