Added autcompletions.

Description:
- Added autocompletions for some shells.
- Fixed styles.
- Fixed possible bugs with clippy.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2020-05-06 03:40:08 +04:00
parent 496a65f60a
commit 28902116a5
9 changed files with 315 additions and 94 deletions

View File

@ -11,6 +11,7 @@ structopt = "0.3" # Used to build CLI.
serde = "1.0" # A generic serialization/deserialization framework.
serde_derive = "1.0.105" # Used to configure json config stucture.
serde_json = "1.0" # Used to store config.
dirs = "2.0.2" # Dirs for locating home directory.
failure = "0.1.7" # Experimental error handling abstraction.
failure_derive = "0.1.7" # Used to create new error type.
lazy_static = "1.4" # Define lazy static vars.