Skip to content

Commit

Permalink
add possible values for ascii_colors
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Oct 9, 2020
1 parent 62697c4 commit 038b3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub fn build_app() -> App<'static, 'static> {
"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14",
"15",
])
.hide_possible_values(true),
.help("Colors to print the ascii art."),
)
.arg(
Arg::with_name("no-bold")
Expand Down

0 comments on commit 038b3c2

Please sign in to comment.