Daniel Silverstone
Daniel Silverstone
I've re-reviewed and enabled the workflows again - Assuming all is good I'll look at what else I want before releasing a new version of marked-yaml - thank you @not-my-profile...
I'd be happy to take a PR for this.
I have released 0.8.0 with this
I think that switching to indicatif or another similar library would be an interesting approach. It'd be a significant departure for the current UI if we also funnelled all messaging...
@rbtcollins On the off chance you might have some of this in your head already -- What do you think? Could this resolve some more of our squiffy installs?
No fundamental solution no. In https://github.com/rust-lang/rustup/issues/1480#issuecomment-498570921 Robert said that the workaround is to remove and then reinstall the toolchain, because removal of a toolchain is a plain recursive delete rather...
Hi, so in theory we need to work out whether (a) clap needs updates and if so what, and (b) whether rustup needs updates in order to support completion better....
I don't really want `rustup` to have to carry custom patched completions, so really it's up to `clap` to offer us something. Ideally clap would offer custom completion function support...
Looks like https://github.com/clap-rs/clap/issues/1232 is the issue to track for this
Thank you for your report, I shall try and reproduce this tonight. If anyone else reads this and knows what might be going on, please comment on the issue, I'm...