Fix tests

This commit is contained in:
sharkdp 2018-10-11 21:40:05 +02:00 committed by David Peter
parent c19c704a43
commit b48f0fe389
1 changed files with 0 additions and 1 deletions

View File

@ -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",
])