diff --git a/src/main.rs b/src/main.rs index 337bf2c..aa2b176 100644 --- a/src/main.rs +++ b/src/main.rs @@ -188,6 +188,7 @@ fn run() -> Result<()> { match matches.subcommand() { ("build", Some(matches)) => { + // FIXME: Workaround for clap #1056. Use `.default_value()` once the issue is fixed. let artifacts: Vec<&str> = matches .values_of("artifacts")