Open Ef55 opened 2 years ago
These are good suggestions. We could likely use semicolon to as the column separator. I think summary is quite important, so it would be good to discuss how to denote the end of individual VC outcomes and the beginning of a summary line.
The summary produced by Stainless is really good from a human-readability standpoint, but the same cannot be said from the parsing standpoint. The
--no-colors
flag already improves this a lot, but there are two remaining issues:An example:
The best solution I found is to apply
to extract the summary lines, and then parse the lines with the extremely ad hoc and brittle:
A possible solution would be to add a new flag which:
As an added bonus, it would also be nice to then have a specification of the format of the different columns.
Note: there might be overlap between what I'm describing here and the JSON output option.