From abcd09f8698fb8df21220ec36548f46d7d632063 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 21 Oct 2018 22:18:52 +0200 Subject: [PATCH] Remove commented-out code --- src/clap_app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clap_app.rs b/src/clap_app.rs index 13d2b4e2..babd7984 100644 --- a/src/clap_app.rs +++ b/src/clap_app.rs @@ -141,7 +141,6 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> { .overrides_with("number") .short("p") .long("plain") - // .conflicts_with("style") .help("Show plain style (alias for '--style=plain').") .long_help( "Only show plain style, no decorations. This is an alias for \