@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
4040$ cdt COMMAND
4141running command...
4242$ cdt (-v| --version| version)
43- @codingtools/cdt/0.1.6 darwin-x64 node-v12.9.0
43+ @codingtools/cdt/0.1.7 darwin-x64 node-v12.9.0
4444$ cdt --help [COMMAND]
4545USAGE
4646 $ cdt COMMAND
@@ -96,7 +96,7 @@ OPTIONS
9696 -t, --schemaType=schemaType schema type file path
9797```
9898
99- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/avro.ts ) _
99+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/avro.ts ) _
100100
101101## ` cdt bundlephobia [PACKAGE] `
102102
@@ -112,7 +112,7 @@ OPTIONS
112112 -p, --packages=packages packages for which cost is required, can pass more than one separated by space
113113```
114114
115- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/bundlephobia.ts ) _
115+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/bundlephobia.ts ) _
116116
117117## ` cdt crypto [STRING] `
118118
@@ -132,7 +132,7 @@ OPTIONS
132132 -s, --string=string string to be encrypted/decrypted
133133```
134134
135- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/crypto.ts ) _
135+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/crypto.ts ) _
136136
137137## ` cdt datetime [DATE] `
138138
@@ -150,7 +150,7 @@ OPTIONS
150150 -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
151151```
152152
153- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/datetime.ts ) _
153+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/datetime.ts ) _
154154
155155## ` cdt hash [STRING] `
156156
@@ -168,7 +168,7 @@ OPTIONS
168168 -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
169169```
170170
171- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/hash.ts ) _
171+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/hash.ts ) _
172172
173173## ` cdt help [COMMAND] `
174174
@@ -202,7 +202,7 @@ OPTIONS
202202 -t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
203203```
204204
205- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/minify.ts ) _
205+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.7 /src/commands/minify.ts ) _
206206<!-- commandsstop -->
207207
208208## Acknowledgement
0 commit comments