Updated LICENSE, changed package to net.chaoticbyte.xxsherly, reimplemented cli argument -n/-noinput

This commit is contained in:
Julian Müller (ChaoticByte) 2023-05-05 21:18:31 +02:00
parent 5b77b2de6f
commit 98cbb525ca
6 changed files with 11 additions and 6 deletions

View file

@ -17,6 +17,7 @@ Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]...
-t / -threads override default Thread number (default is usually number of cores * 2)
-p / -progress enable progress indicator
-d / -delete delete all dups except one without asking first
-n / -noinput skip all user input
-debug debug stuff
```