Skip to content

Commit

Permalink
docs(README): add recursive flag options
Browse files Browse the repository at this point in the history
Signed-off-by: jmattaa <mattajonathan1@gmail.com>
  • Loading branch information
jmattaa committed Nov 11, 2024
1 parent 831f6a9 commit ba728a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ba728a1

Please sign in to comment.