]> git.proxmox.com Git - cargo.git/commit
Auto merge of #6644 - ehuss:bashcomp-updates, r=dwijnand
authorbors <bors@rust-lang.org>
Fri, 8 Feb 2019 08:10:53 +0000 (08:10 +0000)
committerbors <bors@rust-lang.org>
Fri, 8 Feb 2019 08:10:53 +0000 (08:10 +0000)
commit1b1738839eaad351e74afc7d39ae7228441f1ac9
tree24e1df71d007acb50bdbbb09d2ae5e2587378bb8
parentb296129ab838aea87431e25c2c809f6db45dcb3d
parent5773aaafdc5a375a388c08d8fb6ee742cdaf2707
Auto merge of #6644 - ehuss:bashcomp-updates, r=dwijnand

Some updates to bash completion.

- Be smarter about editing an existing command (currently completion only worked well at the end of the line).
- Update for new command line options and commands.
- Support libtest completions.
- Fallback to filename completion in some circumstances.
- Use rustup to complete `--target`.