diff --git a/bin/miden-cli/src/commands/exec.rs b/bin/miden-cli/src/commands/exec.rs index d8fb79ae0..7c67ca173 100644 --- a/bin/miden-cli/src/commands/exec.rs +++ b/bin/miden-cli/src/commands/exec.rs @@ -38,6 +38,7 @@ pub struct ExecCmd { /// { key = "0x0000000000000000000000000000000000000000000000000000000000000000" , values = ["1", "2"]}, /// ] #[arg(long, short)] + #[clap(verbatim_doc_comment)] inputs_path: Option, /// Print the output stack grouped into words