Skip to content

Commit

Permalink
Show license and source in long help (#1149)
Browse files Browse the repository at this point in the history
* Show license and source in long help

Ref oeb25/binswap#2

* Typo
  • Loading branch information
passcod authored Jun 17, 2023
1 parent 1369eea commit a255e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bin/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use strum_macros::EnumCount;
#[clap(
version,
about = "Install a Rust binary... from binaries!",
after_long_help = "License: GPLv3. Source available at https://github.com/cargo-bins/cargo-binstall",
arg_required_else_help(true),
// Avoid conflict with version_req
disable_version_flag(true),
Expand Down

0 comments on commit a255e74

Please sign in to comment.