mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
fix: fix default arg values #4248
This commit is contained in:
parent
856782f1b8
commit
4416fc3c75
@ -11,11 +11,11 @@
|
||||
Param
|
||||
(
|
||||
[Parameter()]
|
||||
[string] $poco_base = ".",
|
||||
[string] $poco_base,
|
||||
|
||||
[Parameter()]
|
||||
[ValidateSet(140, 150, 160, 170)]
|
||||
[int] $vs = 170,
|
||||
[int] $vs = 140,
|
||||
|
||||
[string] $omit,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user