@@ -39,7 +39,7 @@ $ npm install -g @codingtools/cdt
39
39
$ cdt COMMAND
40
40
running command...
41
41
$ cdt (-v| --version| version)
42
- @codingtools/cdt/0.5 .0 darwin-x64 node-v14.3.0
42
+ @codingtools/cdt/0.6 .0 darwin-x64 node-v14.3.0
43
43
$ cdt --help [COMMAND]
44
44
USAGE
45
45
$ cdt COMMAND
@@ -98,7 +98,7 @@ OPTIONS
98
98
-t, --schemaType=schemaType schema type file path
99
99
```
100
100
101
- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.5 .0/src/commands/avro.ts ) _
101
+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/avro.ts ) _
102
102
103
103
## ` cdt bundlephobia [PACKAGE] `
104
104
@@ -114,7 +114,7 @@ OPTIONS
114
114
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
115
115
```
116
116
117
- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.5 .0/src/commands/bundlephobia.ts ) _
117
+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/bundlephobia.ts ) _
118
118
119
119
## ` cdt commands `
120
120
@@ -150,7 +150,7 @@ OPTIONS
150
150
-s, --string=string string to be encrypted/decrypted
151
151
```
152
152
153
- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.5 .0/src/commands/crypto.ts ) _
153
+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/crypto.ts ) _
154
154
155
155
## ` cdt datetime [DATE] `
156
156
@@ -168,7 +168,7 @@ OPTIONS
168
168
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
169
169
```
170
170
171
- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.5 .0/src/commands/datetime.ts ) _
171
+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/datetime.ts ) _
172
172
173
173
## ` cdt hash [STRING] `
174
174
@@ -186,7 +186,7 @@ OPTIONS
186
186
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
187
187
```
188
188
189
- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.5 .0/src/commands/hash.ts ) _
189
+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/hash.ts ) _
190
190
191
191
## ` cdt help [COMMAND] `
192
192
@@ -220,7 +220,7 @@ OPTIONS
220
220
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
221
221
```
222
222
223
- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.5 .0/src/commands/minify.ts ) _
223
+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/minify.ts ) _
224
224
225
225
## ` cdt view [FILE] `
226
226
@@ -236,7 +236,7 @@ OPTIONS
236
236
-n, --num=num no. of rows to show, default:10
237
237
```
238
238
239
- _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v0.5 .0/src/commands/view.ts ) _
239
+ _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v0.6 .0/src/commands/view.ts ) _
240
240
<!-- commandsstop -->
241
241
242
242
## Acknowledgement
0 commit comments