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
1 merge request!5add features and refac data
......@@ -56,11 +56,7 @@ pub struct Args {
pub subcommand: Subcommand,
/// Indexer URL
#[clap(
short,
long,
default_value = "http://localhost:8080/v1/graphql"
)]
#[clap(short, long, default_value = "http://localhost:8080/v1/graphql")]
indexer: String,
/// Do not use indexer
#[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