From 0a3a6f10e75942bbabcb5a330302723288102ac2 Mon Sep 17 00:00:00 2001 From: Juan Date: Mon, 29 Nov 2021 14:10:26 -0800 Subject: [PATCH] made the group-dirs flag require a value --- src/app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 326eb6963..d78af0ff2 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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"),