Add print-slot subcommand (#5478)

automerge
This commit is contained in:
Michael Vines
2019-08-09 15:57:31 -07:00
committed by Grimes
parent 4090600717
commit c02373493b
2 changed files with 62 additions and 42 deletions

View File

@ -60,6 +60,7 @@ pub fn main() -> Result<(), String> {
.long("config")
.value_name("PATH")
.takes_value(true)
.global(true)
.help("Configuration file to use");
match *defaults::CONFIG_FILE {
Some(ref config_file) => arg.default_value(&config_file),