Skip to content

Commit 3f5025e

Browse files
author
lidong
committed
-m support source code with ; like python -c
1 parent 91d4e36 commit 3f5025e

File tree

5 files changed

+131
-65
lines changed

5 files changed

+131
-65
lines changed

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
- 2022.08.28
55
- add `-q` for quiet mode
66
- `-qqqqq` to mute all the logs
7-
-
7+
- `-m` support source code with ';' like python -c
8+
- demo: `python -m zipapps -m "import six; print(six.__file__)"`
9+
- WARN: source code should contains `;`
810

911
- 2022.04.27
1012
- handle PermissionError for chmod

0 commit comments

Comments
 (0)