Made is_dir() public because it's useful for filtering out directories when we just want to print out files with their full paths.
For the demo walkdir-list too, I added a new clap switch --justfiles to print out only paths of type file NOT TYPE DIRECTORY. In other words like the find tool -type f
The equivalent of:
Made is_dir() public because it's useful for filtering out directories when we just want to print out files with their full paths.
For the demo walkdir-list too, I added a new clap switch --justfiles to print out only paths of type file NOT TYPE DIRECTORY. In other words like the find tool -type f The equivalent of:
is:
or