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 0a1868c commit a2582dcCopy full SHA for a2582dc
prover/src/main.rs
@@ -17,7 +17,7 @@ use tokio::runtime;
17
use utils::get_prover_type;
18
19
#[derive(Parser, Debug)]
20
-#[clap(disable_version_flag = true)]
+#[command(disable_version_flag = true)]
21
struct Args {
22
/// Path of config file
23
#[arg(long = "config", default_value = "conf/config.json")]
0 commit comments