dfshow
dfshow copied to clipboard
`-d` and `--directory` flag not correct against `ls`
In ls
, the -d
flag displays only the current directory. In show
, this flag lists all directories in the current path.
This should be changed so -d
and --directory
shows just .
, and a new, show
exclusive, argument should be added to list all directories.
Added new show only option for listing only directories to make way for this.
Added to v0.10.0-dev branch
Documentation needs amending https://github.com/roberthawdon/dfshow/issues/161