set name and bin_name metadata
This commit is contained in:
parent
1b7c089fa1
commit
e653ac684f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use clap::Parser;
|
|||
use clap_complete::Shell;
|
||||
|
||||
#[derive(Debug, Clone, Parser)]
|
||||
#[clap(author, version, about = "Generate Steam 2FA codes and confirm Steam trades from the command line.", long_about = None)]
|
||||
#[clap(name="steamguard-cli", bin_name="steamguard", author, version, about = "Generate Steam 2FA codes and confirm Steam trades from the command line.", long_about = None)]
|
||||
pub(crate) struct Args {
|
||||
#[clap(short, long, help = "Steam username, case-sensitive.", long_help = "Select the account you want by steam username. Case-sensitive. By default, the first account in the manifest is selected.")]
|
||||
pub username: Option<String>,
|
||||
|
|
Loading…
Reference in a new issue