Skip to content

Commit f28aa15

Browse files
committed
set executable name
to avoid cross-platform noise, e.g., "exe" suffix on Windows
1 parent 4ead4c0 commit f28aa15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ fn token_info_subcommand(
421421

422422
pub fn main() -> Result<(), CliError> {
423423
let app = clap::App::new("rerobots API command-line client").max_term_width(80)
424+
.bin_name("rerobots")
424425
.subcommand(SubCommand::with_name("version")
425426
.about("Prints version number and exits"))
426427
.arg(Arg::with_name("version")

0 commit comments

Comments
 (0)