]> git.proxmox.com Git - cargo.git/commit - src/bin/cargo/main.rs
Add "--list" option to `cargo`, that shows lists of installed (sub)commands by searching
authorxanxys <xanxys@gmail.com>
Sat, 9 Aug 2014 05:37:50 +0000 (14:37 +0900)
committerxanxys <xanxys@gmail.com>
Sat, 9 Aug 2014 05:37:50 +0000 (14:37 +0900)
commita3f6a404be484154ece005084599933517767fcb
tree6ec59a415357cc794479097415c148003af02fc1
parent07b9c7028ae920981c4ef866ec9ca4a1bb9c730f
Add "--list" option to `cargo`, that shows lists of installed (sub)commands by searching
directories for executables with name cargo-*.
src/bin/cargo.rs
tests/test_cargo.rs [new file with mode: 0644]
tests/tests.rs