@@ -8,22 +8,22 @@ Generated by [AVA](https://avajs.dev).
88
99> Snapshot 1
1010
11- `Usage : docsify <init|serve> [path]␊
11+ `例子 : docsify <init|serve> [path]␊
1212 ␊
1313 Commands:␊
14- docsify init [path] Creates new docs [aliases: i]␊
15- docsify serve [path] Run local server to preview site. [aliases: s]␊
16- docsify generate [path] Docsify's generators [aliases: g]␊
14+ docsify init [path] 创建 docs [aliases: i]␊
15+ docsify serve [path] 本地预览 [aliases: s]␊
16+ docsify generate [path] docsify 的生成器 [aliases: g]␊
1717 ␊
18- Global Options ␊
19- --help, -h Show help [boolean ]␊
20- --version, -v Show version number [boolean ]␊
18+ 全局选项 ␊
19+ --help, -h 帮助 [布尔 ]␊
20+ --version, -v 当前版本号 [布尔 ]␊
2121 ␊
22- Documentation :␊
22+ 文档地址 :␊
2323 https://docsifyjs.github.io/docsify␊
2424 https://docsifyjs.github.io/docsify-cli␊
2525 ␊
26- Development :␊
26+ 开发 :␊
2727 https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md␊
2828 ␊
2929 [ERROR] 0 arguments passed. Please specify a command`
@@ -32,44 +32,44 @@ Generated by [AVA](https://avajs.dev).
3232
3333> Snapshot 1
3434
35- `Usage : docsify <init|serve> [path]␊
35+ `例子 : docsify <init|serve> [path]␊
3636 ␊
3737 Commands:␊
38- docsify init [path] Creates new docs [aliases: i]␊
39- docsify serve [path] Run local server to preview site. [aliases: s]␊
40- docsify generate [path] Docsify's generators [aliases: g]␊
38+ docsify init [path] 创建 docs [aliases: i]␊
39+ docsify serve [path] 本地预览 [aliases: s]␊
40+ docsify generate [path] docsify 的生成器 [aliases: g]␊
4141 ␊
42- Global Options ␊
43- --help, -h Show help [boolean ]␊
44- --version, -v Show version number [boolean ]␊
42+ 全局选项 ␊
43+ --help, -h 帮助 [布尔 ]␊
44+ --version, -v 当前版本号 [布尔 ]␊
4545 ␊
46- Documentation :␊
46+ 文档地址 :␊
4747 https://docsifyjs.github.io/docsify␊
4848 https://docsifyjs.github.io/docsify-cli␊
4949 ␊
50- Development :␊
50+ 开发 :␊
5151 https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md`
5252
5353## shows help with --help flag
5454
5555> Snapshot 1
5656
57- `Usage : docsify <init|serve> [path]␊
57+ `例子 : docsify <init|serve> [path]␊
5858 ␊
5959 Commands:␊
60- docsify init [path] Creates new docs [aliases: i]␊
61- docsify serve [path] Run local server to preview site. [aliases: s]␊
62- docsify generate [path] Docsify's generators [aliases: g]␊
60+ docsify init [path] 创建 docs [aliases: i]␊
61+ docsify serve [path] 本地预览 [aliases: s]␊
62+ docsify generate [path] docsify 的生成器 [aliases: g]␊
6363 ␊
64- Global Options ␊
65- --help, -h Show help [boolean ]␊
66- --version, -v Show version number [boolean ]␊
64+ 全局选项 ␊
65+ --help, -h 帮助 [布尔 ]␊
66+ --version, -v 当前版本号 [布尔 ]␊
6767 ␊
68- Documentation :␊
68+ 文档地址 :␊
6969 https://docsifyjs.github.io/docsify␊
7070 https://docsifyjs.github.io/docsify-cli␊
7171 ␊
72- Development :␊
72+ 开发 :␊
7373 https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md`
7474
7575## shows version information with -v flag
@@ -78,7 +78,7 @@ Generated by [AVA](https://avajs.dev).
7878
7979 `␊
8080 docsify-cli version:␊
81- 5.0.0-rc.4 ␊
81+ 5.0.0␊
8282 `
8383
8484## shows version information with --version flag
@@ -87,29 +87,29 @@ Generated by [AVA](https://avajs.dev).
8787
8888 `␊
8989 docsify-cli version:␊
90- 5.0.0-rc.4 ␊
90+ 5.0.0␊
9191 `
9292
9393## rejects promise due to error on passing in an unknown command
9494
9595> Snapshot 1
9696
97- `Usage : docsify <init|serve> [path]␊
97+ `例子 : docsify <init|serve> [path]␊
9898 ␊
9999 Commands:␊
100- docsify init [path] Creates new docs [aliases: i]␊
101- docsify serve [path] Run local server to preview site. [aliases: s]␊
102- docsify generate [path] Docsify's generators [aliases: g]␊
100+ docsify init [path] 创建 docs [aliases: i]␊
101+ docsify serve [path] 本地预览 [aliases: s]␊
102+ docsify generate [path] docsify 的生成器 [aliases: g]␊
103103 ␊
104- Global Options ␊
105- --help, -h Show help [boolean ]␊
106- --version, -v Show version number [boolean ]␊
104+ 全局选项 ␊
105+ --help, -h 帮助 [布尔 ]␊
106+ --version, -v 当前版本号 [布尔 ]␊
107107 ␊
108- Documentation :␊
108+ 文档地址 :␊
109109 https://docsifyjs.github.io/docsify␊
110110 https://docsifyjs.github.io/docsify-cli␊
111111 ␊
112- Development :␊
112+ 开发 :␊
113113 https://github.com/docsifyjs/docsify-cli/blob/master/CONTRIBUTING.md␊
114114 ␊
115115 Unknown argument: junkcmd`
0 commit comments