-
Notifications
You must be signed in to change notification settings - Fork 402
Open
Labels
Area-CompletionsRelated to support for tab completionRelated to support for tab completionbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
This code should probably check the exit code and not consider standard output to be completions when it is non-zero:
command-line-api/src/System.CommandLine.Suggest/SuggestionStore.cs
Lines 47 to 50 in 403234a
if (readToEndTask.Wait(timeout)) | |
{ | |
result = readToEndTask.Result; | |
} |
KalleOlaviNiemitalo and adamsitnik
Metadata
Metadata
Assignees
Labels
Area-CompletionsRelated to support for tab completionRelated to support for tab completionbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed