We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13db1b8 commit 419e7ffCopy full SHA for 419e7ff
service/src/cli.rs
@@ -6,6 +6,7 @@ use std::path::PathBuf;
6
use clap::Parser;
7
8
#[derive(Parser)]
9
+#[command(version)]
10
pub struct Cli {
11
/// Path to the configuration file.
12
/// See https://github.com/graphprotocol/indexer-rs/tree/main/service for examples.
tap-agent/src/cli.rs
@@ -10,6 +10,7 @@ use tracing::{error, level_filters::LevelFilter};
use tracing_subscriber::{EnvFilter, FmtSubscriber};
13
14
15
16
/// See https://github.com/graphprotocol/indexer-rs/tree/main/tap-agent for examples.
0 commit comments