kootenpv / cliche

Build a simple command-line interface from your functions :computer:
MIT License
107 stars 9 forks source link

Update install.py #7

Closed whinee closed 3 years ago

whinee commented 3 years ago

Modified the chmod part to work with directories with spaces in them, as without the quotation marks, the chmod command reads it as two files, and thus fails.

kootenpv commented 3 years ago

Nice one, thanks!

kootenpv commented 3 years ago

I updated cliche on pypi to include this change

pip install -U --no-cache cliche>=0.7.58