mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-12-16 20:11:37 +08:00
新增内置WEB Server功能.
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
-i, --ico <ico> 设置程序运行的图标.
|
||||
-d, --desc <desc> 设置程序的描述信息.
|
||||
-c, --cfg <cfg> 设置程序运行的配置文件.
|
||||
-r, --root <root> 设置内置WebServer的根路径.
|
||||
-P, --port <port> 设置内置WebServer的监听端口号.
|
||||
</xmp>
|
||||
<br/>
|
||||
<span style="color: red">需要注意的是, 命令行会覆盖配置文件的配置信息.</span>
|
||||
@@ -59,6 +61,8 @@
|
||||
-i, --ico <ico> The ICON of Application.
|
||||
-d, --desc <desc> The Description of Application.
|
||||
-c, --cfg <cfg> The Configuration file of Application.
|
||||
-r, --root <root> The root path of the program web service.
|
||||
-P, --port <port> The port number of the program web service.
|
||||
</xmp>
|
||||
<br/>
|
||||
<span style="color: red">It should be noted that the command line will overwrite the configuration information of the configuration file.</span>
|
||||
|
||||
Reference in New Issue
Block a user