Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulJain28 committed Dec 20, 2022
1 parent 8ab48d6 commit a37c146
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ use solana_sdk::signer::Signer;
struct Args {
#[clap(subcommand)]
command: PhoenixCLICommand,
/// Optionally include your RPC endpoint. Use "local", "dev", "main" for default endpoints. Defaults to your Solana CLI config file.
#[clap(global = true, short, long)]
url: Option<String>,
/// Optionally include your keypair path. Defaults to your Solana CLI config file.
#[clap(global = true, short, long)]
keypair_path: Option<String>,
/// Optionally include a commitment level. Defaults to your Solana CLI config file.
#[clap(global = true, short, long)]
commitment: Option<String>,
}
Expand Down

0 comments on commit a37c146

Please sign in to comment.