@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
4040$ cdt COMMAND
4141running command...
4242$ cdt (-v| --version| version)
43- @codingtools/cdt/1.0.2 darwin-arm64 node-v15.8.0
43+ @codingtools/cdt/1.0.3 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.2 /src/commands/avro.ts ) _
104+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /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.2 /src/commands/bundlephobia.ts ) _
120+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/bundlephobia.ts ) _
121121
122122## ` cdt commands `
123123
@@ -159,7 +159,7 @@ OPTIONS
159159 -s, --string=string Cron expression
160160```
161161
162- _ See code: [ src/commands/cron.ts] ( https://github.com/codingtools/cdt/blob/v1.0.2 /src/commands/cron.ts ) _
162+ _ See code: [ src/commands/cron.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/cron.ts ) _
163163
164164## ` cdt crypto [STRING] `
165165
@@ -179,7 +179,7 @@ OPTIONS
179179 -s, --string=string string to be encrypted/decrypted
180180```
181181
182- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0.2 /src/commands/crypto.ts ) _
182+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/crypto.ts ) _
183183
184184## ` cdt datetime [DATE] `
185185
@@ -197,7 +197,7 @@ OPTIONS
197197 -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
198198```
199199
200- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0.2 /src/commands/datetime.ts ) _
200+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/datetime.ts ) _
201201
202202## ` cdt hash [STRING] `
203203
@@ -215,7 +215,7 @@ OPTIONS
215215 -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
216216```
217217
218- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0.2 /src/commands/hash.ts ) _
218+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/hash.ts ) _
219219
220220## ` cdt help [COMMAND] `
221221
@@ -249,7 +249,7 @@ OPTIONS
249249 -t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
250250```
251251
252- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0.2 /src/commands/minify.ts ) _
252+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/minify.ts ) _
253253
254254## ` cdt run [STRING] `
255255
@@ -264,7 +264,7 @@ OPTIONS
264264 -s, --string=string unix command
265265```
266266
267- _ See code: [ src/commands/run.ts] ( https://github.com/codingtools/cdt/blob/v1.0.2 /src/commands/run.ts ) _
267+ _ See code: [ src/commands/run.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/run.ts ) _
268268
269269## ` cdt view [FILE] `
270270
@@ -280,7 +280,7 @@ OPTIONS
280280 -n, --num=num no. of rows to show, default:10
281281```
282282
283- _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0.2 /src/commands/view.ts ) _
283+ _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/view.ts ) _
284284<!-- commandsstop -->
285285
286286## Acknowledgement
0 commit comments