mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 12:50:52 +00:00
[fetchDependency[ Make parameter mandatory
This commit is contained in:
parent
8883e40aaa
commit
92872439b9
@ -1,6 +1,6 @@
|
|||||||
[CmdletBinding()]
|
[CmdletBinding()]
|
||||||
param(
|
param(
|
||||||
[string]$Dependency
|
[Parameter(Mandatory=$true)][string]$Dependency
|
||||||
)
|
)
|
||||||
|
|
||||||
$scriptsDir = split-path -parent $MyInvocation.MyCommand.Definition
|
$scriptsDir = split-path -parent $MyInvocation.MyCommand.Definition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user