Skip to content

Commit 0a3a6f1

Browse files
juansczwpaper
authored andcommitted
made the group-dirs flag require a value
1 parent fba600d commit 0a3a6f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ pub fn build() -> App<'static, 'static> {
220220
.possible_value("none")
221221
.possible_value("first")
222222
.possible_value("last")
223-
.default_value("none")
224223
.multiple(true)
225224
.number_of_values(1)
226225
.help("Sort the directories then the files"),

0 commit comments

Comments
 (0)