Merge latest master

This commit is contained in:
Age Manning
2019-08-12 22:24:20 +10:00
13 changed files with 454 additions and 154 deletions

View File

@@ -209,11 +209,10 @@ fn main() {
Arg::with_name("debug-level")
.long("debug-level")
.value_name("LEVEL")
.short("s")
.help("The title of the spec constants for chain config.")
.takes_value(true)
.possible_values(&["info", "debug", "trace", "warn", "error", "crit"])
.default_value("info"),
.default_value("trace"),
)
.get_matches();