jmarhee / pyputio-cli

0 stars 0 forks source link

create target directory if does not exist #7

Closed jmarhee closed 2 years ago

jmarhee commented 2 years ago

add a flag to create a new subpath if it doesnt exist (provided it is underneath an existing -s flag dir), for example:

putio --url "" -s "Music/${ARTIST}"

and add a flag like --create-dir 1 where it defaults to no, or even just make it a config preference (like the clean behavior). I'd like to transition all new flags into env/config preferences since these are things that wont change from run to run from this point forward.

jmarhee commented 2 years ago

10