@@ -39,7 +39,7 @@ $ npm install -g @codingtools/cdt
3939$ cdt COMMAND
4040running command...
4141$ cdt (-v| --version| version)
42- @codingtools/cdt/0.7. 0 darwin-x64 node-v14.3 .0
42+ @codingtools/cdt/1.0. 0 darwin-arm64 node-v15.8 .0
4343$ cdt --help [COMMAND]
4444USAGE
4545 $ cdt COMMAND
@@ -98,7 +98,7 @@ OPTIONS
9898 -t, --schemaType=schemaType schema type file path
9999```
100100
101- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/avro.ts ) _
101+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/avro.ts ) _
102102
103103## ` cdt bundlephobia [PACKAGE] `
104104
@@ -114,7 +114,7 @@ OPTIONS
114114 -p, --packages=packages packages for which cost is required, can pass more than one separated by space
115115```
116116
117- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/bundlephobia.ts ) _
117+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/bundlephobia.ts ) _
118118
119119## ` cdt commands `
120120
@@ -158,7 +158,7 @@ OPTIONS
158158 -s, --string=string string to be encrypted/decrypted
159159```
160160
161- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/crypto.ts ) _
161+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/crypto.ts ) _
162162
163163## ` cdt datetime [DATE] `
164164
@@ -176,7 +176,7 @@ OPTIONS
176176 -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
177177```
178178
179- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/datetime.ts ) _
179+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/datetime.ts ) _
180180
181181## ` cdt hash [STRING] `
182182
@@ -194,7 +194,7 @@ OPTIONS
194194 -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
195195```
196196
197- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/hash.ts ) _
197+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/hash.ts ) _
198198
199199## ` cdt help [COMMAND] `
200200
@@ -228,7 +228,7 @@ OPTIONS
228228 -t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
229229```
230230
231- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/minify.ts ) _
231+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/minify.ts ) _
232232
233233## ` cdt view [FILE] `
234234
@@ -244,7 +244,7 @@ OPTIONS
244244 -n, --num=num no. of rows to show, default:10
245245```
246246
247- _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v0.7 .0/src/commands/view.ts ) _
247+ _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0 .0/src/commands/view.ts ) _
248248<!-- commandsstop -->
249249
250250## Acknowledgement
0 commit comments