Auto merge of #5041 - pwoolcoc:display-path-to-custom-commands-when-verbose, r=matklad
authorbors <bors@rust-lang.org>
Mon, 19 Feb 2018 21:09:48 +0000 (21:09 +0000)
committerbors <bors@rust-lang.org>
Mon, 19 Feb 2018 21:09:48 +0000 (21:09 +0000)
commit00eb24dc5e805694d69412f2761a8dbea52ae4b1
treec0f3a974e44d1617cddb56b5f1ff24f36699970e
parent4f1c6dba4878a578a21741582741998593d5605b
parentf76db9c790b3cec9079e1472fa95106ac8d025ae
Auto merge of #5041 - pwoolcoc:display-path-to-custom-commands-when-verbose, r=matklad

When -v is passed with --list, display path to custom commands

With this change, output of `cargo --list` changes slightly when 1 or more `-v` flags are passed:

```
 ± ./target/debug/cargo --list -v
Installed Commands:
    add                  /path/to/home/.cargo/bin/cargo-add
    bench
    build
    canoe                /path/to/home/.cargo/bin/cargo-canoe
    check
    clean
    do                   /path/to/home/.cargo/bin/cargo-do
    doc
    fetch
    fmt                  /path/to/home/.cargo/bin/cargo-fmt
    ...
```