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

default indexer local

parent 875f224c
No related branches found
No related tags found
1 merge request!5add features and refac data
...@@ -56,7 +56,11 @@ pub struct Args { ...@@ -56,7 +56,11 @@ pub struct Args {
pub subcommand: Subcommand, pub subcommand: Subcommand,
/// Indexer URL /// Indexer URL
#[clap(short, long, default_value = "http://localhost:8080/v1/graphql")] #[clap(
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