Skip to content

Commit

Permalink
Remove default spec path from CLI (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
stano45 committed Jul 14, 2023
1 parent 7d7f23f commit 0498f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use clap::Parser;
pub struct Args {
// Add a positional argument that the user has to supply:
/// The specification file to parse
#[arg(short, long, default_value = "./example/specs/basic.yaml")]
#[arg(short, long)]
pub specification: String,

/// The output directory
Expand Down

0 comments on commit 0498f98

Please sign in to comment.