1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
Commit graph

16 commits

Author SHA1 Message Date
Marc Cornellà 05dfd0ae85 cargo: update completion to latest version (cdac4a8)
https://github.com/rust-lang/cargo/blob/cdac4a8/src/etc/_cargo
2019-10-19 17:51:28 +02:00
Marc Cornellà 8fba503667
cargo: update completion (#5757) 2019-03-25 22:43:19 +01:00
Marc Cornellà 61a7bc2d4a
Update README 2019-03-25 22:42:38 +01:00
Marc Cornellà a441f64d09
Update _cargo completion to 0.34.0 version 2019-03-25 22:40:50 +01:00
Frederick Zhang cf07fe2c6f -r is not available for bsd sed 2018-11-28 14:50:45 +11:00
Frederick Zhang 1e161e839f fix subcommands completion 2018-09-24 18:02:50 +10:00
Frederick Zhang 440d8ef344 fix escaping 2018-09-24 18:02:50 +10:00
Frederick Zhang 5d0b90a7ef redir debug output to std 2018-09-24 18:02:50 +10:00
Frederick Zhang 5423f7fa2a complete installed sub-commands 2018-09-24 18:02:50 +10:00
Frederick Zhang b9533ccac2 complete --message-format 2018-09-24 18:02:50 +10:00
Frederick Zhang da30a1d6d2 add description for --color 2018-09-24 18:02:50 +10:00
Frederick Zhang d326cc5c41 target name completion 2018-09-24 18:02:50 +10:00
bjorn3 e8e7bf3b89 Update rust plugin for latest rustc (#6342)
* Update for latest rustc

* Some debug option updates

* Add some cargo flags

* Fix bug in cargo plugin
2017-11-01 06:04:03 -07:00
Marc Cornellà 16bd691b3b Add README for the cargo plugin 2016-10-04 00:17:38 +02:00
Zaki Manian 915b0e46f2 Add completion for cargo, the rust build tool
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-04 00:15:46 +02:00
Henrik Johansson 0887a7eb50 Added simple support for Cargo -
the Rust build system
2016-10-03 19:09:59 +02:00