@@ -64,39 +64,38 @@ Command help:
64
64
Example :
65
65
66
66
```
67
- user@pp /data/git/pygbag $ python3 -m pygbag --help your.app.folder
68
- *pygbag 0.7.3*
67
+ user@pp /data/git/pygbag $ py -m pygbag --help test/main.py
68
+ *pygbag 0.8.2*
69
+ 115: cache 0.7.2 mismatch, want 0.8.2, cleaning ...
69
70
70
- Serving python files from [/data/git/pygbag/your.app.folder /build/web]
71
+ Serving python files from [/data/git/pygbag/test /build/web]
71
72
72
73
with no security/performance in mind, i'm just a test tool : don't rely on me
73
- usage: __main__.py [-h] [--bind ADDRESS] [--PYBUILD PYBUILD] [--app_name APP_NAME] [--ume_block UME_BLOCK] [--can_close CAN_CLOSE]
74
- [--cache CACHE] [--package PACKAGE] [--title TITLE] [--version VERSION] [--build] [--html] [--no_opt]
75
- [--archive] [--icon ICON] [--cdn CDN] [--template TEMPLATE] [--ssl SSL] [--port [PORT]]
74
+ usage: __main__.py [-h] [--bind ADDRESS] [--PYBUILD PYBUILD] [--app_name APP_NAME] [--ume_block UME_BLOCK] [--can_close CAN_CLOSE] [--cache CACHE] [--package PACKAGE] [--title TITLE] [--version VERSION] [--build] [--html] [--no_opt] [--archive] [--icon ICON] [--cdn CDN] [--template TEMPLATE] [--ssl SSL]
75
+ [--port [PORT]]
76
76
77
77
options:
78
78
-h, --help show this help message and exit
79
79
--bind ADDRESS Specify alternate bind address [default: localhost]
80
80
--PYBUILD PYBUILD Specify python version [default:3.11]
81
- --app_name APP_NAME Specify user facing name of application [default:your.app.folder ]
81
+ --app_name APP_NAME Specify user facing name of application [default:test ]
82
82
--ume_block UME_BLOCK
83
83
Specify wait for user media engagement before running [default:1]
84
84
--can_close CAN_CLOSE
85
85
Specify if window will ask confirmation for closing [default:0]
86
86
--cache CACHE md5 based url cache directory
87
87
--package PACKAGE package name, better make it unique
88
88
--title TITLE App nice looking name
89
- --version VERSION override prebuilt version path [default:0.7.3 ]
89
+ --version VERSION override prebuilt version path [default:0.8.2 ]
90
90
--build build only, do not run test server
91
91
--html build as html with embedded assets (pygame-script)
92
92
--no_opt turn off assets optimizer
93
93
--archive make build/web.zip archive for itch.io
94
94
--icon ICON icon png file 32x32 min should be favicon.png
95
- --cdn CDN web site to cache locally [default:https://pygame-web.github.io/pygbag /0.0 /]
95
+ --cdn CDN web site to cache locally [default:https://pygame-web.github.io/archives /0.8 /]
96
96
--template TEMPLATE index.html template [default:default.tmpl]
97
97
--ssl SSL enable ssl with server.pem and key.pem
98
98
--port [PORT] Specify alternate port [default: 8000]
99
-
100
99
```
101
100
102
101
unlisted developper options:
0 commit comments