Eric Woolsey
Eric Woolsey
@Peternator7 since posting this I’ve found an alternative solution (for my specific use case) with the clap Subcommand derive macro. My workload is pretty high the next few weeks so...
Bump on this as well! Also having this problem. @Nilstrieb did you find a solution?
Chiming in! Also experiencing the same thing, would love to see an update!
> 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...
> The initial idea would be to maybe add a new variant to the Action enum, e.g. UserAction(Key), which would call a fn(Key) -> InquireResult callback? I actually think this...
Hey there @mikaelmello @IniterWorker ! was reading through these issues and found this. I have a crate that is built on top of inquire and does exactly this, check it...
Copying over an example from another thread. This is a demonstration of how this could look using derive. Ideally this should be implemented for any type that is IntoIterator. ```rust...
> (e.g. do we stop chaining when entering a sub-sub-command or do we back out to the parent chained command?) Why would we need to stop chaining when entering a...
It should be possible to have some check to prevent ambiguities but yes I see the problem you're referring to. As far as use case goes for me it's as...
Is there a way to set this just for markdown? Or possible only when the obsidian plugin is loaded?