@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
40
40
$ cdt COMMAND
41
41
running command...
42
42
$ 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
44
44
$ cdt --help [COMMAND]
45
45
USAGE
46
46
$ cdt COMMAND
@@ -101,7 +101,7 @@ OPTIONS
101
101
-t, --schemaType=schemaType schema type file path
102
102
```
103
103
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 ) _
105
105
106
106
## ` cdt bundlephobia [PACKAGE] `
107
107
@@ -117,7 +117,7 @@ OPTIONS
117
117
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
118
118
```
119
119
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 ) _
121
121
122
122
## ` cdt commands `
123
123
@@ -158,7 +158,7 @@ OPTIONS
158
158
-s, --string=string Cron expression
159
159
```
160
160
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 ) _
162
162
163
163
## ` cdt crypto [STRING] `
164
164
@@ -178,7 +178,7 @@ OPTIONS
178
178
-s, --string=string string to be encrypted/decrypted
179
179
```
180
180
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 ) _
182
182
183
183
## ` cdt datetime [DATE] `
184
184
@@ -196,7 +196,7 @@ OPTIONS
196
196
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
197
197
```
198
198
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 ) _
200
200
201
201
## ` cdt hash [STRING] `
202
202
@@ -214,7 +214,7 @@ OPTIONS
214
214
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
215
215
```
216
216
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 ) _
218
218
219
219
## ` cdt help [COMMAND] `
220
220
@@ -248,7 +248,7 @@ OPTIONS
248
248
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
249
249
```
250
250
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 ) _
252
252
253
253
## ` cdt run [STRING] `
254
254
@@ -263,7 +263,7 @@ OPTIONS
263
263
-s, --string=string command to execute, should be compatible with your shell
264
264
```
265
265
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 ) _
267
267
268
268
## ` cdt view [FILE] `
269
269
@@ -279,7 +279,7 @@ OPTIONS
279
279
-n, --num=num no. of rows to show, default:10
280
280
```
281
281
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 ) _
283
283
<!-- commandsstop -->
284
284
285
285
## Acknowledgement
0 commit comments