@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
4040$ cdt COMMAND
4141running command...
4242$ cdt (-v| --version| version)
43- @codingtools/cdt/1.0.3 darwin-arm64 node-v15.8.0
43+ @codingtools/cdt/1.0.4 darwin-arm64 node-v15.8.0
4444$ cdt --help [COMMAND]
4545USAGE
4646 $ cdt COMMAND
@@ -101,7 +101,7 @@ OPTIONS
101101 -t, --schemaType=schemaType schema type file path
102102```
103103
104- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/avro.ts ) _
104+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/avro.ts ) _
105105
106106## ` cdt bundlephobia [PACKAGE] `
107107
@@ -117,7 +117,7 @@ OPTIONS
117117 -p, --packages=packages packages for which cost is required, can pass more than one separated by space
118118```
119119
120- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/bundlephobia.ts ) _
120+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/bundlephobia.ts ) _
121121
122122## ` cdt commands `
123123
@@ -152,14 +152,13 @@ USAGE
152152 $ cdt cron [STRING]
153153
154154OPTIONS
155- -c, --command=command unix command to be executed
156- -d, --describe Describe cron expressions into human readable descriptions
157- -h, --help show CLI help
158- -r, --run run command using cron expression
159- -s, --string=string Cron expression
155+ -d, --describe Describe cron expressions into human readable descriptions
156+ -h, --help show CLI help
157+ -r, --run=run run command using cron expression
158+ -s, --string=string Cron expression
160159```
161160
162- _ See code: [ src/commands/cron.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/cron.ts ) _
161+ _ See code: [ src/commands/cron.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/cron.ts ) _
163162
164163## ` cdt crypto [STRING] `
165164
@@ -179,7 +178,7 @@ OPTIONS
179178 -s, --string=string string to be encrypted/decrypted
180179```
181180
182- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/crypto.ts ) _
181+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/crypto.ts ) _
183182
184183## ` cdt datetime [DATE] `
185184
@@ -197,7 +196,7 @@ OPTIONS
197196 -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
198197```
199198
200- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/datetime.ts ) _
199+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/datetime.ts ) _
201200
202201## ` cdt hash [STRING] `
203202
@@ -215,7 +214,7 @@ OPTIONS
215214 -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
216215```
217216
218- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/hash.ts ) _
217+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/hash.ts ) _
219218
220219## ` cdt help [COMMAND] `
221220
@@ -249,7 +248,7 @@ OPTIONS
249248 -t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
250249```
251250
252- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/minify.ts ) _
251+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/minify.ts ) _
253252
254253## ` cdt run [STRING] `
255254
@@ -261,10 +260,10 @@ USAGE
261260
262261OPTIONS
263262 -h, --help show CLI help
264- -s, --string=string unix command
263+ -s, --string=string command to execute, should be compatible with your shell
265264```
266265
267- _ See code: [ src/commands/run.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/run.ts ) _
266+ _ See code: [ src/commands/run.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/run.ts ) _
268267
269268## ` cdt view [FILE] `
270269
@@ -280,7 +279,7 @@ OPTIONS
280279 -n, --num=num no. of rows to show, default:10
281280```
282281
283- _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/view.ts ) _
282+ _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/view.ts ) _
284283<!-- commandsstop -->
285284
286285## Acknowledgement
0 commit comments