Address command

This commit is contained in:
Aditya Kulkarni
2019-09-17 20:27:50 -07:00
parent f93267507f
commit 165328abed
4 changed files with 45 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ pub fn main() {
// Get command line arguments
let matches = App::new("ZecLite CLI")
.version("1.0")
.version("0.1.0")
.arg(Arg::with_name("seed")
.short("s")
.long("seed")