Skip to content

Commit

Permalink
made the group-dirs flag require a value
Browse files Browse the repository at this point in the history
  • Loading branch information
juansc authored and zwpaper committed Nov 30, 2021
1 parent fba600d commit 0a3a6f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ pub fn build() -> App<'static, 'static> {
.possible_value("none")
.possible_value("first")
.possible_value("last")
.default_value("none")
.multiple(true)
.number_of_values(1)
.help("Sort the directories then the files"),
Expand Down

0 comments on commit 0a3a6f1

Please sign in to comment.