Forward installer parameters as named arguments
This commit is contained in:
parent
a2f27209b5
commit
e1de6b78c6
7 changed files with 53 additions and 29 deletions
scripts/Common/Software/git
|
@ -8,8 +8,9 @@ begin
|
|||
pwsh "$base" Configure
|
||||
end
|
||||
|
||||
function userConfig -S -V base -a name
|
||||
runPSUserConfig "$base" $name
|
||||
function userConfig -S -V base
|
||||
argparse -i "user=" -- $argv
|
||||
runPSUserConfig "$base" $_flag_user
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue