Skip to content

Commit

Permalink
fix: Remove comma from end of EchoArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
eddique committed Jan 23, 2024
1 parent a6391ae commit 1b28cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/repl-derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct EchoArgs {
long = "text",
visible_alias = "text",
help = "The text to be echoed",
help_heading = "Echo",
help_heading = "Echo"
)]
text: String,
}
Expand Down

0 comments on commit 1b28cf8

Please sign in to comment.