Mikael Mello
Mikael Mello
Cool idea. Is there any env var standard [1] to set this automatically for end users? We could have it implemented in a way that CLI developers wouldn't need to...
Also, sorry the month-long wait.
Sorry on my end as well that it didn't work out, I'm closing for the sole purpose of clean-up (and the age of the PR), let me know if you'd...
The simple solution you described I think would require the developer (your app) to know beforehand how many lines we are going to draw so you could draw the "prefixes"....
Reviewed. I am curious on how you are managing to render the prefix after the prompt, is there a public example I could check it out? Just out of curiosity
I'm currently working on #126 to make exactly this possible. The idea is to provide APIs to all relevant layers and make inquire really extensible. What you described should be...
Giving some more context, the primary goal is to enable testability, which will be achieved by adding a middleware layer between key events and the prompts handling them called an...
```rust let confirmation_choice = Confirm::new().with_default(false).with_autoclear().prompt(); ``` Would something like that be a good UX for you? It might also make sense to have that included in the `RenderConfig`. A `render_answer`...
Having an option in the prompt makes sense to me, but I also think it's important for the setting to be in RenderConfig. It'll probably be both :) It's on...
You have my support. It isn't the first time someone asked for this but I was a little wary of pursuing because dealing with files, and paths, on a multi-platform...