diff options
author | Teddy Wing | 2022-08-20 19:43:35 +0200 |
---|---|---|
committer | Teddy Wing | 2022-08-20 19:43:35 +0200 |
commit | 13b24a39bf855584541892b2406562c2dc8fcc2b (patch) | |
tree | 16252dd7d9deb5e04bfe296b24af17b69983d725 /Cargo.toml | |
parent | 4dfe6642eafff6638dc09c673eb1ac727d1438d9 (diff) | |
download | Passextract-13b24a39bf855584541892b2406562c2dc8fcc2b.tar.bz2 |
Add version command line argument
* -V and --version now print the program version and exit
* Use the `exitcode` crate
* Rename `options` variable to `accepted_args`, which seems clearer
given its usage.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ version = "0.5.0" [dependencies] clipboard = "0.1.2" +exitcode = "1.1.2" rustty = "0.1" |