Skip to content

Commit

Permalink
fix: file extension option should only be given once
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Oct 24, 2022
1 parent ab2c414 commit 2322656
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ fn build_args() -> Command {
.arg(Arg::new("ext")
.short('e')
.long("extension")
.action(ArgAction::Append)
.value_parser(clap::builder::NonEmptyStringValueParser::new())
.requires("dir")
.help("File extension to use when loading from a directory (default is json)"))
Expand Down

0 comments on commit 2322656

Please sign in to comment.