Integrated clap for a better command line

Allows for client, server and wallet subcommands. Processes the
main necessary options for server mode right now.
This commit is contained in:
Ignotus Peverell
2017-04-27 22:07:25 -07:00
parent 1b78a73328
commit a3a06951ff
2 changed files with 115 additions and 5 deletions
+2
View File
@@ -9,6 +9,8 @@ members = ["api", "chain", "core", "grin", "p2p", "store", "util"]
[dependencies]
grin_grin = { path = "./grin" }
clap = "^2.23.3"
daemonize = "^0.2.3"
env_logger="^0.3.5"
log = "^0.3"
serde = "~0.9.10"