impl bash completion: first try

This commit is contained in:
Dietmar Maurer
2018-12-11 14:21:05 +01:00
parent c21de379ed
commit b6e8dd39aa
2 changed files with 64 additions and 1 deletions

View File

@ -26,3 +26,4 @@ lazy_static = "1.1.0"
regex = "1.0.6"
rust-crypto = "0.2.36"
nix = "0.12.0"
shellwords = "1.0.0"