Skip to content

Commit

Permalink
make roots required
Browse files Browse the repository at this point in the history
  • Loading branch information
TeFiLeDo committed Sep 24, 2023
1 parent 2428e57 commit 66113be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ struct Args {
pub raw: bool,

/// The roots to use for discovery.
#[clap(required = true)]
pub roots: Vec<PathBuf>,
}

Expand Down

0 comments on commit 66113be

Please sign in to comment.