Skip to content

Commit

Permalink
Add --plain
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Aug 28, 2018
1 parent 839e4ee commit acdea97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit acdea97

Please sign in to comment.