Adjust switch order
This commit is contained in:
parent
96ac66e909
commit
987436fed2
@ -15,6 +15,8 @@
|
|||||||
param (
|
param (
|
||||||
# Run an interactive installation
|
# Run an interactive installation
|
||||||
[switch]$Interactive,
|
[switch]$Interactive,
|
||||||
|
# Do minimal installation of ghcup and msys2 only
|
||||||
|
[switch]$Minimal,
|
||||||
# Specify the install root (default: 'C:\')
|
# Specify the install root (default: 'C:\')
|
||||||
[string]$InstallDir,
|
[string]$InstallDir,
|
||||||
# Instead of installing a new MSys2, use an existing installation
|
# Instead of installing a new MSys2, use an existing installation
|
||||||
@ -32,9 +34,7 @@ param (
|
|||||||
# Whether to install hls as well
|
# Whether to install hls as well
|
||||||
[switch]$InstallHLS,
|
[switch]$InstallHLS,
|
||||||
# Skip adjusting cabal.config with mingw paths
|
# Skip adjusting cabal.config with mingw paths
|
||||||
[switch]$NoAdjustCabalConfig,
|
[switch]$NoAdjustCabalConfig
|
||||||
# Do minimal installation of ghcup and msys2 only
|
|
||||||
[switch]$Minimal
|
|
||||||
)
|
)
|
||||||
|
|
||||||
$Silent = !$Interactive
|
$Silent = !$Interactive
|
||||||
|
Loading…
Reference in New Issue
Block a user