punch icon indicating copy to clipboard operation
punch copied to clipboard

Allow punch to run as a module

Open jobec opened this issue 5 years ago • 0 comments

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

jobec avatar Oct 18 '19 13:10 jobec