You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks slightly messy right now. Maybe by increasing the spacing between the two columns to avoid the row breaks. Currently, it looks something like this:
Partition files into A-Z sub directories
positional arguments:
[in] The directory to partition
optional arguments:
-h, --help show this help message and exit
-o [out], --out [out]
Output dir. Defaults to current folder
-m, --move Move files instead of copying
-e [pattern], --regexp [pattern]
Apply to files matching the regex only
-s [folder], --special [folder]
Use a special folder to put files starting with one or
more dots. Defaults to '!misc'
I'd much rather see something like this:
usage: dirpart [-h] [-o [out]] [-m] [-e [pattern]] [-s [folder]] [in]
Partition files into A-Z sub directories
positional arguments:
[in] The directory to partition
optional arguments:
-h, --help show this help message and exit
-o [out], --out [out] Output dir. Defaults to current folder
-m, --move Move files instead of copying
-e [pattern], --regexp [pattern] Apply to files matching the regex only
-s [folder], --special [folder] Use a special folder to put files starting with
one or more dots. Defaults to '!misc'
The text was updated successfully, but these errors were encountered:
It looks slightly messy right now. Maybe by increasing the spacing between the two columns to avoid the row breaks. Currently, it looks something like this:
usage: dirpart [-h] [-o [out]] [-m] [-e [pattern]] [-s [folder]] [in]
I'd much rather see something like this:
The text was updated successfully, but these errors were encountered: