From acdea97e71f9baa2801747236492ff29f1632ab6 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 28 Aug 2018 23:37:49 +0200 Subject: [PATCH] Add --plain --- src/app.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.rs b/src/app.rs index 4eacba8f..40364c6b 100644 --- a/src/app.rs +++ b/src/app.rs @@ -182,7 +182,9 @@ impl App { Arg::with_name("plain") .overrides_with("plain") .short("p") + .long("plain") .conflicts_with("style") + .conflicts_with("number") .help("Show plain style (alias for '--style=plain').") .long_help( "Only show plain style, no decorations. This is an alias for \