Move the rest of the commands to clap
authorAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 8 Mar 2018 18:21:04 +0000 (21:21 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 8 Mar 2018 20:30:47 +0000 (23:30 +0300)
commit666e232b599fb0fd45aa34101a7722bad9bf7bb1
tree322d9fe57d8a46a864729456b2182f443eff550a
parent1376f4007f96fe9479d3d3778491385c1597982b
Move the rest of the commands to clap
src/bin/cargo.rs
src/bin/cli/mod.rs
src/bin/cli/update.rs [new file with mode: 0644]
src/bin/cli/verify_project.rs [new file with mode: 0644]
src/bin/cli/version.rs [new file with mode: 0644]
src/bin/cli/yank.rs [new file with mode: 0644]
tests/testsuite/bad_manifest_path.rs