From ba728a1ac9bd36de4cffc485802b85e5c8c36037 Mon Sep 17 00:00:00 2001 From: jmattaa Date: Mon, 11 Nov 2024 16:53:48 +0100 Subject: [PATCH] docs(README): add recursive flag options Signed-off-by: jmattaa --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6463f4e..edddccc 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ you can directly pass in the flags. - `-S` or `--Symlinks` shows only symlinks - `-G` or `--Git` shows only the entries that are not named in `.gitignore` (works only if there exists a `.gitignore`) - `-r` or `--recursive` shows directory tree structure + - `-r` or `--recursive` has an optional value for max depth and it can be + used by using `-r2` or `--recursive=2` by default the depth is until last + level The flags can be chained for example using: