Обновить install.ps1
This commit is contained in:
parent
14a94a32f0
commit
f800d92585
@ -75,7 +75,7 @@ Get-ChildItem -Path $PRESETS_DIR -Directory | ForEach-Object {
|
|||||||
}
|
}
|
||||||
$cols = $Host.UI.RawUI.WindowSize.Width
|
$cols = $Host.UI.RawUI.WindowSize.Width
|
||||||
$line = " $name — $description"
|
$line = " $name — $description"
|
||||||
$OPTIONS += $line -split "(.{1,$cols})(?:\s+|$)" | Where-Object { $_ -ne "" }
|
$OPTIONS += $line
|
||||||
$PRESETS += $name
|
$PRESETS += $name
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user