Skip to content

Commit

Permalink
Make pathtocodebase 0..
Browse files Browse the repository at this point in the history
  • Loading branch information
ketkarameya committed Aug 22, 2023
1 parent c7b3346 commit d40cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/piranha_arguments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct PiranhaArguments {
/// Path to source code folder or file
#[get = "pub"]
#[builder(default = "default_paths_to_codebase()")]
#[clap(short = 'c', long, num_args = 1.., required = true)]
#[clap(short = 'c', long, num_args = 0.., required = true)]
paths_to_codebase: Vec<String>,

/// Paths to include (as glob patterns)
Expand Down

0 comments on commit d40cc6c

Please sign in to comment.