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
e.g. ./make.py subscibe9 --debug -v or even ./make.py subscibe9 --debug -vvv to print output from inkscape to stdout. Is there a default pattern for python to achieve this or do I have to use global variables and multiple options to ArgumentParser?
The text was updated successfully, but these errors were encountered:
e.g.
./make.py subscibe9 --debug -v
or even./make.py subscibe9 --debug -vvv
to print output from inkscape to stdout. Is there a default pattern for python to achieve this or do I have to use global variables and multiple options to ArgumentParser?The text was updated successfully, but these errors were encountered: