@@ -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.3 darwin-arm64 node-v15.8.0
43
+ @codingtools/cdt/1.0.4 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.3 /src/commands/avro.ts ) _
104
+ _ See code: [ src/commands/avro.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /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.3 /src/commands/bundlephobia.ts ) _
120
+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/bundlephobia.ts ) _
121
121
122
122
## ` cdt commands `
123
123
@@ -152,14 +152,13 @@ USAGE
152
152
$ cdt cron [STRING]
153
153
154
154
OPTIONS
155
- -c, --command=command unix command to be executed
156
- -d, --describe Describe cron expressions into human readable descriptions
157
- -h, --help show CLI help
158
- -r, --run run command using cron expression
159
- -s, --string=string Cron expression
155
+ -d, --describe Describe cron expressions into human readable descriptions
156
+ -h, --help show CLI help
157
+ -r, --run=run run command using cron expression
158
+ -s, --string=string Cron expression
160
159
```
161
160
162
- _ See code: [ src/commands/cron.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/cron.ts ) _
161
+ _ See code: [ src/commands/cron.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/cron.ts ) _
163
162
164
163
## ` cdt crypto [STRING] `
165
164
@@ -179,7 +178,7 @@ OPTIONS
179
178
-s, --string=string string to be encrypted/decrypted
180
179
```
181
180
182
- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/crypto.ts ) _
181
+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/crypto.ts ) _
183
182
184
183
## ` cdt datetime [DATE] `
185
184
@@ -197,7 +196,7 @@ OPTIONS
197
196
-z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
198
197
```
199
198
200
- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/datetime.ts ) _
199
+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/datetime.ts ) _
201
200
202
201
## ` cdt hash [STRING] `
203
202
@@ -215,7 +214,7 @@ OPTIONS
215
214
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
216
215
```
217
216
218
- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/hash.ts ) _
217
+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/hash.ts ) _
219
218
220
219
## ` cdt help [COMMAND] `
221
220
@@ -249,7 +248,7 @@ OPTIONS
249
248
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
250
249
```
251
250
252
- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/minify.ts ) _
251
+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/minify.ts ) _
253
252
254
253
## ` cdt run [STRING] `
255
254
@@ -261,10 +260,10 @@ USAGE
261
260
262
261
OPTIONS
263
262
-h, --help show CLI help
264
- -s, --string=string unix command
263
+ -s, --string=string command to execute, should be compatible with your shell
265
264
```
266
265
267
- _ See code: [ src/commands/run.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/run.ts ) _
266
+ _ See code: [ src/commands/run.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/run.ts ) _
268
267
269
268
## ` cdt view [FILE] `
270
269
@@ -280,7 +279,7 @@ OPTIONS
280
279
-n, --num=num no. of rows to show, default:10
281
280
```
282
281
283
- _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0.3 /src/commands/view.ts ) _
282
+ _ See code: [ src/commands/view.ts] ( https://github.com/codingtools/cdt/blob/v1.0.4 /src/commands/view.ts ) _
284
283
<!-- commandsstop -->
285
284
286
285
## Acknowledgement
0 commit comments