We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0dbf1 commit 71a2a87Copy full SHA for 71a2a87
src/cli.rs
@@ -31,7 +31,7 @@ pub struct Config {
31
///
32
/// For example:
33
34
- /// '--ascii-input "$(fortune | cowsay -W 25)"
+ /// '--ascii-input "$(fortune | cowsay -W 25)"'
35
#[arg(long, value_name = "STRING", value_hint = ValueHint::CommandString)]
36
pub ascii_input: Option<String>,
37
/// Which LANGUAGE's ascii art to print
0 commit comments