This commit is contained in:
Aniket Prajapati 2024-03-31 06:52:18 +04:00 committed by GitHub
commit cc5cafd9fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ use solana_rpc_client_api::client_error::reqwest::Url;
#[command(author, version, about, long_about = None)] #[command(author, version, about, long_about = None)]
pub struct Args { pub struct Args {
/// config.json /// config.json
#[arg(short, long)] #[arg(short = 'c', long)]
pub config: Option<String>, pub config: Option<String>,
} }