Skip to content

Commit

Permalink
fix: renamed unknown method
Browse files Browse the repository at this point in the history
  • Loading branch information
FMotalleb committed Sep 19, 2024
1 parent 8ef61dc commit 01f08fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl SimplePluginCommand for ToPngCommand {
fn description(&self) -> &str {
"converts ansi string into png image"
}
fn extra_usage(&self) -> &str {
fn extra_description(&self) -> &str {
"if you change font and theme they will be used as base theme of the output and every custom flag you provide will override the selected theme or font"
}

Expand Down

0 comments on commit 01f08fb

Please sign in to comment.