@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
4040$ cdt COMMAND
4141running command...
4242$ cdt (-v| --version| version)
43- @codingtools/cdt/1.0.5 darwin-arm64 node-v15.8.0
43+ @codingtools/cdt/1.0.6 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.5 /src/commands/avro.ts ) _
104+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v1.0.6 /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.5 /src/commands/bundlephobia.ts ) _
120+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v1.0.6 /src/commands/bundlephobia.ts ) _
121121
122122## ` cdt commands `
123123
@@ -158,7 +158,7 @@ OPTIONS
158158 -s, --string=string Cron expression
159159```
160160
161- _ See code: [ src/commands/cron.ts] ( https://github.com/codingtools/cdt/blob/v1.0.5 /src/commands/cron.ts ) _
161+ _ See code: [ src/commands/cron.ts] ( https://github.com/codingtools/cdt/blob/v1.0.6 /src/commands/cron.ts ) _
162162
163163## ` cdt crypto [STRING] `
164164
@@ -178,7 +178,7 @@ OPTIONS
178178 -s, --string=string string to be encrypted/decrypted
179179```
180180
181- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0.5 /src/commands/crypto.ts ) _
181+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0.6 /src/commands/crypto.ts ) _
182182
183183## ` cdt datetime [DATE] `
184184
@@ -196,7 +196,7 @@ OPTIONS
196196 -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
197197```
198198
199- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0.5 /src/commands/datetime.ts ) _
199+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0.6 /src/commands/datetime.ts ) _
200200
201201## ` cdt hash [STRING] `
202202
@@ -214,7 +214,7 @@ OPTIONS
214214 -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
215215```
216216
217- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0.5 /src/commands/hash.ts ) _
217+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0.6 /src/commands/hash.ts ) _
218218
219219## ` cdt help [COMMAND] `
220220
@@ -248,7 +248,7 @@ OPTIONS
248248 -t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
249249```
250250
251- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0.5 /src/commands/minify.ts ) _
251+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0.6 /src/commands/minify.ts ) _
252252
253253## ` cdt run [STRING] `
254254
@@ -263,7 +263,7 @@ OPTIONS
263263 -s, --string=string command to execute, should be compatible with your shell
264264```
265265
266- _ See code: [ src/commands/run.ts] ( https://github.com/codingtools/cdt/blob/v1.0.5 /src/commands/run.ts ) _
266+ _ See code: [ src/commands/run.ts] ( https://github.com/codingtools/cdt/blob/v1.0.6 /src/commands/run.ts ) _
267267
268268## ` cdt view [FILE] `
269269
@@ -279,7 +279,7 @@ OPTIONS
279279 -n, --num=num no. of rows to show, default:10
280280```
281281
282- _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0.5 /src/commands/view.ts ) _
282+ _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0.6 /src/commands/view.ts ) _
283283<!-- commandsstop -->
284284
285285## Acknowledgement
0 commit comments