We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63bfa0 commit 522236bCopy full SHA for 522236b
app/src/commands/render.rs
@@ -25,7 +25,7 @@ pub struct RenderCommand {
25
26
#[arg(
27
short = 't',
28
- long = "tyoewriter-style",
+ long = "typewriter-style",
29
help = "Render markdown with typewriter effect"
30
)]
31
typewriter_style: bool,
0 commit comments