We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7f23f commit 0498f98Copy full SHA for 0498f98
1 file changed
src/cli/mod.rs
@@ -7,7 +7,7 @@ use clap::Parser;
7
pub struct Args {
8
// Add a positional argument that the user has to supply:
9
/// The specification file to parse
10
- #[arg(short, long, default_value = "./example/specs/basic.yaml")]
+ #[arg(short, long)]
11
pub specification: String,
12
13
/// The output directory
0 commit comments