Skip to content

Commit

Permalink
Merge pull request #20 from radu-matei/fix/help-text
Browse files Browse the repository at this point in the history
Fix help text on the main command
  • Loading branch information
rylev authored Apr 22, 2024
2 parents e6f28ce + 672ff29 commit 744ed57
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 @@ -102,7 +102,7 @@ fn print_prefix(prefix: &str, color: colored::Color) {
let _ = stderr.flush();
}

/// Simple program to greet a person
/// The WebAssembly Component repl.
#[derive(Parser, Debug)]
#[command(author, version, about, long_about = None)]
struct Cli {
Expand Down

0 comments on commit 744ed57

Please sign in to comment.