Daniel Reeves

Results 106 comments of Daniel Reeves

I think "Dark mode / light mode detection support" will be out of scope for 1.9. This could be a 2.0 feature alongside significant changes to styling, if it ends...

Makes sense to me! I fully endorse the inclusion of this with that exact API. Feel free to work on this if you'd like, and we can introduce it as...

I also see you have your own CLI tool named `feud`. It looks really neat! And it's an honor you are using our tool a a backend for your CLI...

As far as rst is concerned, we have it on our roadmap to support rst docstrings in #172. And HTML generation is supported via: `rich-click --output=html path.to.my:cli --help` Rendering the...

Hi, I'll look at this when I get a moment. For now, I will say, the intended behavior is: you run the command `rich-click --output html [your command here] --help`,...

Thanks, and that makes sense. I've left a comment on your PR. Note I do not really have plans to make outputting to html or svg any more accessible than...

If that's the case, I'm not even 100% sure that `export_console_as` is the right approach for your users. To be honest, I am reluctant to expand the API here to...

OK, I think I am making sense of what you need and want to do. I will be honest though, I'm not sure to what extent I would fully support...

Yep, that's what I figured when I was asking for clarification, that the `export_console_as` stuff wasn't necessary. Good to affirm this! We can make it so `getvalue()` works "properly," that...

Stripping ANSI can be done with regex. And ahhh, I see. OK. Didn't read the code carefully. 🤦 The issue is specifically the `Command().format_usage()` call printing to stdout as a...