Skip to content

Commit 0498f98

Browse files
authored
Remove default spec path from CLI (#107)
1 parent 7d7f23f commit 0498f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use clap::Parser;
77
pub struct Args {
88
// Add a positional argument that the user has to supply:
99
/// The specification file to parse
10-
#[arg(short, long, default_value = "./example/specs/basic.yaml")]
10+
#[arg(short, long)]
1111
pub specification: String,
1212

1313
/// The output directory

0 commit comments

Comments
 (0)