We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82124fd commit a0bbb20Copy full SHA for a0bbb20
src/app.rs
@@ -65,7 +65,7 @@ pub struct Cli {
65
pub depth: Option<usize>,
66
67
/// Display directories themselves, and not their contents (recursively when used with --tree)
68
- #[arg(short, long, conflicts_with_all = ["depth", "recursive"])]
+ #[arg(short, long, conflicts_with = "recursive")]
69
pub directory_only: bool,
70
71
/// How to display permissions [default: rwx for linux, attributes for windows]
0 commit comments