@@ -64,39 +64,38 @@ Command help:
6464Example :
6565
6666```
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 ...
6970
70- Serving python files from [/data/git/pygbag/your.app.folder /build/web]
71+ Serving python files from [/data/git/pygbag/test /build/web]
7172
7273with 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]]
7676
7777options:
7878 -h, --help show this help message and exit
7979 --bind ADDRESS Specify alternate bind address [default: localhost]
8080 --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 ]
8282 --ume_block UME_BLOCK
8383 Specify wait for user media engagement before running [default:1]
8484 --can_close CAN_CLOSE
8585 Specify if window will ask confirmation for closing [default:0]
8686 --cache CACHE md5 based url cache directory
8787 --package PACKAGE package name, better make it unique
8888 --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 ]
9090 --build build only, do not run test server
9191 --html build as html with embedded assets (pygame-script)
9292 --no_opt turn off assets optimizer
9393 --archive make build/web.zip archive for itch.io
9494 --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 /]
9696 --template TEMPLATE index.html template [default:default.tmpl]
9797 --ssl SSL enable ssl with server.pem and key.pem
9898 --port [PORT] Specify alternate port [default: 8000]
99-
10099```
101100
102101unlisted developper options:
0 commit comments