Closed DrKain closed 2 years ago
This is a very insignificant change, but you'll now be able to use:
subclean --sweep
Instead of:
subclean --sweep .
If no path was provided the script would fail with the error:
[Error] TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type boolean (true)
Now, the current directory will be used if no path is provided. Additionally, the depth and target will now be logged when using --debug. Example:
--debug
[Info] Sweep target: F:\Media\TV Series\ [Info] Depth: 10
This is a very insignificant change, but you'll now be able to use:
Instead of:
If no path was provided the script would fail with the error:
Now, the current directory will be used if no path is provided.
Additionally, the depth and target will now be logged when using
--debug
. Example: