steveklabnik / rustdoc

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code
https://github.com/rust-lang/rust
104 stars 22 forks source link

add workaround for clap issue #197

Closed euclio closed 7 years ago

euclio commented 7 years ago

https://github.com/kbknapp/clap-rs/issues/1056 causes additional values to be appended to the default value, instead of added. This is a quick workaround to prevent that.