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