Compare commits

...

3 Commits

Author SHA1 Message Date
Aniket Prajapati 2f99b95150
Merge 7457c8bc72 into 2d614365e7 2024-04-07 22:01:31 -04:00
Aniket Prajapati 7457c8bc72
fmt 2024-02-01 21:30:49 +05:30
Aniket Prajapati ce38fd226b
config short 2024-02-01 21:28:31 +05:30
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)]
pub struct Args {
/// config.json
#[arg(short, long)]
#[arg(short = 'c', long)]
pub config: Option<String>,
}