@@ -37,7 +37,7 @@ $ npm install -g @codingtools/cdt
37
37
$ cdt COMMAND
38
38
running command...
39
39
$ cdt (-v| --version| version)
40
- @codingtools/cdt/0.1.4 darwin-x64 node-v12.9.0
40
+ @codingtools/cdt/0.1.5 darwin-x64 node-v12.9.0
41
41
$ cdt --help [COMMAND]
42
42
USAGE
43
43
$ cdt COMMAND
@@ -91,7 +91,7 @@ OPTIONS
91
91
-p, --packages=packages packages for which cost is required, can pass more than one separated by space
92
92
```
93
93
94
- _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.4 /src/commands/bundlephobia.ts ) _
94
+ _ See code: [ src/commands/bundlephobia.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/bundlephobia.ts ) _
95
95
96
96
## ` cdt crypto [STRING] `
97
97
@@ -111,7 +111,7 @@ OPTIONS
111
111
-s, --string=string string to be encrypted/decrypted
112
112
```
113
113
114
- _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.4 /src/commands/crypto.ts ) _
114
+ _ See code: [ src/commands/crypto.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/crypto.ts ) _
115
115
116
116
## ` cdt datetime [DATE] `
117
117
@@ -122,14 +122,14 @@ USAGE
122
122
$ cdt datetime [DATE]
123
123
124
124
OPTIONS
125
- -d, --date=date Datetime input string, could also be passed through argument
126
- -f, --format=format Datetime format
125
+ -d, --date=date Datetime input string, default: Current Datetime, could also be passed through argument
126
+ -f, --format=format Datetime format, default: Do MMMM YYYY, h:m:s A, Z UTC
127
127
-h, --help show CLI help
128
128
-l, --locale=locale Locale, default: en
129
- -z, --timezone=timezone Timezone for Datetime
129
+ -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
130
130
```
131
131
132
- _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.4 /src/commands/datetime.ts ) _
132
+ _ See code: [ src/commands/datetime.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/datetime.ts ) _
133
133
134
134
## ` cdt hash [STRING] `
135
135
@@ -146,7 +146,7 @@ OPTIONS
146
146
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
147
147
```
148
148
149
- _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.4 /src/commands/hash.ts ) _
149
+ _ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/hash.ts ) _
150
150
151
151
## ` cdt help [COMMAND] `
152
152
@@ -179,7 +179,7 @@ OPTIONS
179
179
-t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
180
180
```
181
181
182
- _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.4 /src/commands/minify.ts ) _
182
+ _ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5 /src/commands/minify.ts ) _
183
183
<!-- commandsstop -->
184
184
185
185
0 commit comments