mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-07 18:24:01 +01:00
fix: fix default arg values #4248
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user