Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions service/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use std::path::PathBuf;
use clap::Parser;

#[derive(Parser)]
#[command(version)]
pub struct Cli {
/// Path to the configuration file.
/// See https://github.com/graphprotocol/indexer-rs/tree/main/service for examples.
Expand Down
1 change: 1 addition & 0 deletions tap-agent/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use tracing::{error, level_filters::LevelFilter};
use tracing_subscriber::{EnvFilter, FmtSubscriber};

#[derive(Parser)]
#[command(version)]
pub struct Cli {
/// Path to the configuration file.
/// See https://github.com/graphprotocol/indexer-rs/tree/main/tap-agent for examples.
Expand Down
Loading