Skip to content

Commit

Permalink
c_generate: rename command
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Sep 14, 2023
1 parent 9f8bbab commit 877e712
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 @@ -26,7 +26,7 @@ enum CargoCli {
}

#[derive(Parser, Debug)]
#[command(name = "c_header")]
#[command(name = "c_generate")]
struct CGenArgs {
#[arg(required = true)]
input: String,
Expand Down

0 comments on commit 877e712

Please sign in to comment.