We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201c32c commit 42ebde8Copy full SHA for 42ebde8
Extract-HTMLTable.ps1
@@ -8,7 +8,7 @@ function Extract-HTMLTable {
8
9
# Either we know the table number, otherwise we extract all tables
10
[Parameter(Mandatory = $false)]
11
- [boolean] $AllTables,
+ [switch] $AllTables,
12
13
14
[boolean] $LocalFile
0 commit comments