2022.10.28
- 2022.08.28
- add
-q
for quiet mode-qqqqq
to mute all the logs
-m
support source code mode while not matchedmodule.submodule:function
format- like
python -c "python code"
- demo:
python -m zipapps -m "import six; print(six.__file__)"
- WARN: only when
-m
not matched regexr'^\w+(\.\w+)?(:\w+)?$'
- like
- add