Skip to content

Commit

Permalink
explicit bin_name to prevent ".exe" suffix on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jan 7, 2025
1 parent d80a9bb commit 17c4e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@ fn monitor_subcommand(matches: &clap::ArgMatches) -> Result<(), CliError> {

pub fn main() -> Result<(), CliError> {
let app = clap::App::new("hardshare")
.bin_name("hardshare")
.max_term_width(80)
.about("Command-line interface for the hardshare client")
.subcommand(SubCommand::with_name("version")
Expand Down

0 comments on commit 17c4e21

Please sign in to comment.