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