This code should probably check the exit code and **not** consider standard output to be completions when it is non-zero: https://github.com/dotnet/command-line-api/blob/403234a4c4247151d09073bc07ccc13530ce62c6/src/System.CommandLine.Suggest/SuggestionStore.cs#L47-L50 cc @jonsequitur @adamsitnik
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
cc @jonsequitur @adamsitnik