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