mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +00:00
Show license and source in long help (#1149)
* Show license and source in long help Ref https://github.com/oeb25/binswap/issues/2 * Typo
This commit is contained in:
parent
1369eea802
commit
a255e74fc9
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue