It would be great if we could run punch like this:
python -m punch --part major
This allows to run this as a run config in pycharm on a remote system, instead of having to install punch on my local system.
Some inspiration from pip:
https://github.com/pypa/pip/blob/master/src/pip/__main__.py
It would be great if we could run punch like this:
python -m punch --part majorThis allows to run this as a run config in pycharm on a remote system, instead of having to install punch on my local system.
Some inspiration from pip:
https://github.com/pypa/pip/blob/master/src/pip/__main__.py