mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-05-14 17:26:27 +00:00
fix: script ptompt message
This commit is contained in:
parent
5ffbbd4ba9
commit
060f2f0223
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ static class PromptConstructor
|
||||||
public static MultiSelectionPrompt<FileInfo> GetScriptPrompt(FileInfo[] files, bool brief)
|
public static MultiSelectionPrompt<FileInfo> GetScriptPrompt(FileInfo[] files, bool brief)
|
||||||
{
|
{
|
||||||
var prompt = new MultiSelectionPrompt<FileInfo>()
|
var prompt = new MultiSelectionPrompt<FileInfo>()
|
||||||
.Title("Select a script the scripts to execute:")
|
.Title("Select the scripts to execute:")
|
||||||
.NotRequired()
|
.NotRequired()
|
||||||
.PageSize(ScriptListSize)
|
.PageSize(ScriptListSize)
|
||||||
.InstructionsText("[grey](Press [blue]<space>[/] to toggle a script, [green]<enter>[/] to accept)[/]")
|
.InstructionsText("[grey](Press [blue]<space>[/] to toggle a script, [green]<enter>[/] to accept)[/]")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue