You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating completions is fairly simple using clap-complete
The biggest problem though is working out how to install completions when installing bacon via cargo. As far as I've found so far, this is difficult / manual as cargo doesn't want to be be a package manager.
https://docs.rs/clap_complete/latest/clap_complete/ might come in handy here to provide shell completion support.
For example, https://just.systems/ completes like this:
Just as
just
can complete the targets fromjustfile
, I imagine thatbacon
complete the jobs frombacon.toml
.The text was updated successfully, but these errors were encountered: