Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-03 | fix(cargo): complete flags for default cargo aliases (#9692) | Ben Goldberg | |
By default, cargo provides alias for some commonly used functions. This patch makes it that those alias will complete the same as their full commands. Default alias: b -> build c -> check t -> test r -> run Since cargo allows users to define custom alias it would be nice if oh-my-zsh automatically detected those and preformed completions as such but that would be a much more complex patch. | |||
2020-10-21 | Grammar: remove hyphens from predicate adjective “up to date” (#9356) | Lucas Larson | |
https://english.stackexchange.com/a/180617 https://web.archive.org/web/20190728053012id_/grammarist.com/usage/up-to-date/#text-60 | |||
2019-10-19 | cargo: update completion to latest version (cdac4a8) | Marc Cornellà | |
https://github.com/rust-lang/cargo/blob/cdac4a8/src/etc/_cargo | |||
2019-03-25 | cargo: update completion (#5757) | Marc Cornellà | |
2019-03-25 | Update README | Marc Cornellà | |
2019-03-25 | Update _cargo completion to 0.34.0 version | Marc Cornellà | |
2018-11-28 | -r is not available for bsd sed | Frederick Zhang | |
2018-09-24 | fix subcommands completion | Frederick Zhang | |
2018-09-24 | fix escaping | Frederick Zhang | |
2018-09-24 | redir debug output to std | Frederick Zhang | |
2018-09-24 | complete installed sub-commands | Frederick Zhang | |
2018-09-24 | complete --message-format | Frederick Zhang | |
2018-09-24 | add description for --color | Frederick Zhang | |
2018-09-24 | target name completion | Frederick Zhang | |
2017-11-01 | Update rust plugin for latest rustc (#6342) | bjorn3 | |
* Update for latest rustc * Some debug option updates * Add some cargo flags * Fix bug in cargo plugin | |||
2016-10-04 | Add README for the cargo plugin | Marc Cornellà | |
2016-10-04 | Add completion for cargo, the rust build tool | Zaki Manian | |
Copy of the official repository: https://github.com/rust-lang/cargo/tree/master/src/etc Signed-off-by: Marc Cornellà <marc.cornella@live.com> | |||
2016-10-03 | Added simple support for Cargo - | Henrik Johansson | |
the Rust build system |