Skip to content

Commit e8589ae

Browse files
committed
change bool script parameters to switch
1 parent 359784b commit e8589ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SwaggerJsonExtractor.ps1

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ param (
1212
[array]
1313
$PathsToExtract,
1414
[Parameter(Mandatory = $false)]
15-
[bool]
15+
[switch]
1616
$CompressOutputJson = $false,
1717
[Parameter(Mandatory = $false)]
18-
[bool]
18+
[switch]
1919
$SuppressClipboardOutput = $false,
2020
[Parameter(Mandatory = $false)]
21-
[bool]
21+
[switch]
2222
$SuppressConsoleOutput = $false
2323
)
2424

0 commit comments

Comments
 (0)