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:
Félix Saparelli 2023-06-17 22:16:25 +12:00 committed by GitHub
parent 1369eea802
commit a255e74fc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),