Skip to content

Commit acdea97

Browse files
committed
Add --plain
1 parent 839e4ee commit acdea97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app.rs

+2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ impl App {
182182
Arg::with_name("plain")
183183
.overrides_with("plain")
184184
.short("p")
185+
.long("plain")
185186
.conflicts_with("style")
187+
.conflicts_with("number")
186188
.help("Show plain style (alias for '--style=plain').")
187189
.long_help(
188190
"Only show plain style, no decorations. This is an alias for \

0 commit comments

Comments
 (0)