@@ -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.1.5 darwin-x64 node-v12.9.0
42
+ @codingtools/cdt/0.1.6 darwin-x64 node-v12.9.0
43
43
$ cdt --help [COMMAND]
44
44
USAGE
45
45
$ cdt COMMAND
@@ -95,7 +95,7 @@ OPTIONS
95
95
-t, --schemaType=schemaType schema type file path
96
96
```
97
97
98
- _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/avro.ts ) _
98
+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/avro.ts ) _
99
99
100
100
## ` cdt bundlephobia [PACKAGE] `
101
101
@@ -111,7 +111,7 @@ OPTIONS
111
111
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
112
112
```
113
113
114
- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/bundlephobia.ts ) _
114
+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/bundlephobia.ts ) _
115
115
116
116
## ` cdt crypto [STRING] `
117
117
@@ -131,7 +131,7 @@ OPTIONS
131
131
-s, --string=string string to be encrypted/decrypted
132
132
```
133
133
134
- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/crypto.ts ) _
134
+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/crypto.ts ) _
135
135
136
136
## ` cdt datetime [DATE] `
137
137
@@ -149,7 +149,7 @@ OPTIONS
149
149
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
150
150
```
151
151
152
- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/datetime.ts ) _
152
+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/datetime.ts ) _
153
153
154
154
## ` cdt hash [STRING] `
155
155
@@ -167,7 +167,7 @@ OPTIONS
167
167
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
168
168
```
169
169
170
- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/hash.ts ) _
170
+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/hash.ts ) _
171
171
172
172
## ` cdt help [COMMAND] `
173
173
@@ -203,7 +203,7 @@ OPTIONS
203
203
HTML/HTM, CSS
204
204
```
205
205
206
- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/minify.ts ) _
206
+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.6 /src/commands/minify.ts ) _
207
207
<!-- commandsstop -->
208
208
209
209
## Acknowledgement
0 commit comments