Parsing Request/Issue - Two Spaces instead of One #2018
Labels
Area-Output
Issue related to CLI output
Issue-Feature
This is a feature request for the Windows Package Manager client.
Description of the new feature / enhancement
If you returned data with two spaces between objects instead of a single space, we could easily parse the output. With only one space, parsing cannot consistently return accurate results.
For example:
![winget Ouput](https://user-images.githubusercontent.com/24593799/157790884-bc4cfbe7-7b57-4e9e-84db-70e337122216.png)
because you are only appending a single space at the end of a value in the string, parsing becomes exceptionally difficult.
Proposed technical implementation details
Appending two space characters would make parsing this output significantly easier and more accurate.
The text was updated successfully, but these errors were encountered: