Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bridgerz authored and dariorussi committed May 23, 2024
1 parent c362d1a commit 39b578b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions crates/sui-bridge-indexer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ use tokio::sync::oneshot;
use tracing::info;

#[derive(Parser, Clone, Debug)]
#[clap(group(ArgGroup::new("input").required(true).args(&["config_path"])))]
struct Args {
/// Path to a yaml config
#[clap(long, short, default_value = "config.yaml")]
#[clap(long, short)]
config_path: Option<PathBuf>,
}

Expand Down

0 comments on commit 39b578b

Please sign in to comment.