Fix tests

pull/359/head
sharkdp 6 years ago committed by David Peter
parent c19c704a43
commit b48f0fe389

@ -84,7 +84,6 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
.value_name("style-components")
.use_delimiter(true)
.takes_value(true)
.overrides_with("style")
.possible_values(&[
"auto", "full", "plain", "changes", "header", "grid", "numbers",
])

Loading…
Cancel
Save