Skip to content

Commit

Permalink
Fix clap subcommand name for zig lib
Browse files Browse the repository at this point in the history
  • Loading branch information
balthild committed Feb 5, 2025
1 parent 7f4532a commit 2acd8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub enum Zig {
args: Vec<String>,
},
/// `zig lib` wrapper
#[command(name = "ranlib")]
#[command(name = "lib")]
Lib {
/// `zig ranlib` arguments
#[arg(num_args = 1.., trailing_var_arg = true)]
Expand Down

0 comments on commit 2acd8ed

Please sign in to comment.