hxhlb 5af6a1de3c 1.0版本提交
支持命令行顺序解析
支持命令行指定参数解析
支持配置文件解析
命令行优先级大于配置文件优先级
2020-10-30 16:07:05 +08:00

69 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<p><h1>帮助:</h1></p>
<p>
<h3>第一种用法: </h3><br />
SpartWebAppRuntime 程序标题 程序访问网址 运行宽度 运行高度 <br />
<p>
<p>
<h3>第二种用法: </h3><br />
运行 "SpartWebAppRuntime -h" 查看命令行帮助信息<br />
<br />
<xmp>
用法:./SparkWebAppRuntime [选项]
描述: 星火网页应用运行时
选项:
-h, --help 显示这个此帮助。
-v, --version 显示版本信息。
-p, --parser 启用参数解析方式. 默认顺序解析方式.
-t, --title <title> 设置程序的运行标题. 默认是 星火网页应用运行时.
-u, --url <url> 设置要打开的目标URL. 默认是空.
-w, --width <width> 设置程序运行的宽度. 默认是 1024.
-H, --height <height> 设置程序运行的高度. 默认是 768
-i, --ico <ico> 设置程序运行的图标.
-d, --desc <desc> 设置程序的描述信息.
-c, --cfg <cfg> 设置程序运行的配置文件.
</xmp>
<br/>
<span style="color: red">需要注意的是, 命令行会覆盖配置文件的配置信息.</span>
</p>
<hr />
<p><h1>How to Usage:</h1></p>
<p>
<h3>The first usage: </h3><br />
SpartWebAppRuntime ApplicationTitle TargetURL ApplicationWidth ApplicationHeight <br />
<p>
<p>
<h3>The second usage: </h3><br />
Using "SpartWebAppRuntime -h" to get help<br />
<br />
<xmp>
Usage: ./SparkWebAppRuntime [options]
Description: SparkWebAppRuntime
Options:
-h, --help Show this help Message.
-v, --version Show Version info.
-p, --parser Enable CommandLineParser. Default is false.
-t, --title <title> The Title of Application. Default is
SparkWebAppRuntime.
-u, --url <url> The target URL. Default is Blank.
-w, --width <width> The Width of Application. Default is 1024.
-H, --height <height> The Height of Application. Default is 768
-i, --ico <ico> The ICON of Application.
-d, --desc <desc> The Description of Application.
-c, --cfg <cfg> The Configuration file of Application.
</xmp>
<br/>
<span style="color: red">It should be noted that the command line will overwrite the configuration information of the configuration file.</span>
</p>
</body>
</html>