Skip to content
Snippets Groups Projects
Commit 4e0d1617 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

refac identities calls

parent 15714a24
No related branches found
No related tags found
No related merge requests found
...@@ -56,11 +56,7 @@ pub struct Args { ...@@ -56,11 +56,7 @@ pub struct Args {
pub subcommand: Subcommand, pub subcommand: Subcommand,
/// Indexer URL /// Indexer URL
#[clap( #[clap(short, long, default_value = "http://localhost:8080/v1/graphql")]
short,
long,
default_value = "http://localhost:8080/v1/graphql"
)]
indexer: String, indexer: String,
/// Do not use indexer /// Do not use indexer
#[clap(long)] #[clap(long)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment