Marcel Voigt
Marcel Voigt
Well, why? If you're missing the styled headers, those can be added. Otherwise I don't know if anyone even noticed the difference.. I suppose we could reuse SymfonyStyle, overriding its...
Added my attempt of fixing it.
Pondered some more, the obvious solution is to check if the option is VALUE_NONE and handle that. See the latest revision. It should make sense, the tests are passing and...
The 2nd commit is OK, however the 3rd should be more clear. It's checking for the actual root cause instead of using InspectableArgvInput to get around the existing behaviour. IMO...
I'll give this a try next so we can begin solving #69.
I just gave this a try. This is what's preventing me: https://github.com/symfony/console/blob/master/Helper/Table.php#L261-L276 Note the calls to `renderRowSeparator`. For valid markdown tables you need to suppress the very first and last...
Unless you have any ideas, I wouldn't mind writing my own implementation. Excluding col/row spans, pretty sure MD doesn't support that anyway.
See #26. I tried this once, but I ended up downloading nothing. Might be worth another try.
> I'm a bit concerned about over-complicating the selection part, as it is really neat now, and having to select a file comes up very rarely. In that case, I'd...
termui looks quite nice. Alternatively you could pause the refresh while asking for input.