diff options
author | sharkdp <davidpeter@web.de> | 2018-08-28 23:37:49 +0200 |
---|---|---|
committer | sharkdp <davidpeter@web.de> | 2018-08-28 23:37:49 +0200 |
commit | acdea97e71f9baa2801747236492ff29f1632ab6 (patch) | |
tree | 3eda93b3110db8301daf78b5cdcd7d8a720a1d92 | |
parent | 839e4ee611ebcfd9db1541b67f5a6f4f176d0e48 (diff) |
Add --plainv0.6.0
-rw-r--r-- | src/app.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |