@@ -19,7 +19,7 @@ $ npm install -g @htmlgoddess/cli
1919$ htmlgoddess COMMAND
2020running command...
2121$ htmlgoddess (-v| --version| version)
22- @htmlgoddess/cli/0.4.2 darwin-x64 node-v12.18.1
22+ @htmlgoddess/cli/0.4.3 darwin-x64 node-v12.18.1
2323$ htmlgoddess --help [COMMAND]
2424USAGE
2525 $ htmlgoddess COMMAND
@@ -59,7 +59,7 @@ EXAMPLES
5959 $ htmlgoddess a11y ./path/to/your/file.html
6060```
6161
62- _ See code: [ lib/commands/a11y/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/a11y/index.js ) _
62+ _ See code: [ lib/commands/a11y/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/a11y/index.js ) _
6363
6464## ` htmlgoddess create [PROJECTDIR] `
6565
@@ -78,7 +78,7 @@ EXAMPLES
7878 $ htmlgoddess create
7979```
8080
81- _ See code: [ lib/commands/create/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/create/index.js ) _
81+ _ See code: [ lib/commands/create/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/create/index.js ) _
8282
8383## ` htmlgoddess format [PROJECTDIR] `
8484
@@ -97,7 +97,7 @@ EXAMPLE
9797 $ htmlgoddess format
9898```
9999
100- _ See code: [ lib/commands/format/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/format/index.js ) _
100+ _ See code: [ lib/commands/format/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/format/index.js ) _
101101
102102## ` htmlgoddess format:auto [PROJECTDIR] `
103103
@@ -114,7 +114,7 @@ EXAMPLE
114114 $ htmlgoddess format:auto
115115```
116116
117- _ See code: [ lib/commands/format/auto.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/format/auto.js ) _
117+ _ See code: [ lib/commands/format/auto.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/format/auto.js ) _
118118
119119## ` htmlgoddess help [COMMAND] `
120120
@@ -152,7 +152,7 @@ EXAMPLES
152152 $ htmlgoddess print ./path/to/your/project
153153```
154154
155- _ See code: [ lib/commands/print/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/print/index.js ) _
155+ _ See code: [ lib/commands/print/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/print/index.js ) _
156156
157157## ` htmlgoddess print:auto [PROJECTDIR] `
158158
@@ -173,7 +173,7 @@ EXAMPLE
173173 hello world wide web from ./src/hello.ts!
174174```
175175
176- _ See code: [ lib/commands/print/auto.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/print/auto.js ) _
176+ _ See code: [ lib/commands/print/auto.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/print/auto.js ) _
177177
178178## ` htmlgoddess publish [FILE] `
179179
@@ -191,7 +191,7 @@ EXAMPLE
191191 $ htmlgoddess publish
192192```
193193
194- _ See code: [ lib/commands/publish/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/publish/index.js ) _
194+ _ See code: [ lib/commands/publish/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/publish/index.js ) _
195195
196196## ` htmlgoddess save [PROJECTDIR] `
197197
@@ -208,7 +208,7 @@ EXAMPLE
208208 $ htmlgoddess save
209209```
210210
211- _ See code: [ lib/commands/save/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/save/index.js ) _
211+ _ See code: [ lib/commands/save/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/save/index.js ) _
212212
213213## ` htmlgoddess serve [PROJECTPATH] `
214214
@@ -227,7 +227,7 @@ EXAMPLE
227227 $ htmlgoddess serve
228228```
229229
230- _ See code: [ lib/commands/serve/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/serve/index.js ) _
230+ _ See code: [ lib/commands/serve/index.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/serve/index.js ) _
231231
232232## ` htmlgoddess serve:auto [FILE] `
233233
@@ -246,5 +246,5 @@ EXAMPLE
246246 $ htmlgoddess serve
247247```
248248
249- _ See code: [ lib/commands/serve/auto.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.2 /lib/commands/serve/auto.js ) _
249+ _ See code: [ lib/commands/serve/auto.js] ( https://github.com/jonascript/htmlgoddess/blob/v0.4.3 /lib/commands/serve/auto.js ) _
250250<!-- commandsstop -->
0 commit comments