Skip to content

Commit

Permalink
Add name and desc
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Sep 24, 2024
1 parent c7cdece commit a07f610
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 @@ -11,7 +11,7 @@ pub mod lexer;
pub mod parse;

#[derive(Debug, StructOpt)]
#[structopt(name = "example", about = "An example of StructOpt usage.")]
#[structopt(name = "Component", about = "A programming language for math using postfix notation")]
struct Opt {
#[structopt(short, long)]
verbose: bool,
Expand Down

0 comments on commit a07f610

Please sign in to comment.