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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user