@@ -37,7 +37,7 @@ $ npm install -g @codingtools/cdt
3737$ cdt COMMAND
3838running command...
3939$ 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
4141$ cdt --help [COMMAND]
4242USAGE
4343 $ cdt COMMAND
@@ -91,7 +91,7 @@ OPTIONS
9191 -p, --packages=packages packages for which cost is required, can pass more than one separated by space
9292```
9393
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 ) _
9595
9696## ` cdt crypto [STRING] `
9797
@@ -111,7 +111,7 @@ OPTIONS
111111 -s, --string=string string to be encrypted/decrypted
112112```
113113
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 ) _
115115
116116## ` cdt datetime [DATE] `
117117
@@ -122,14 +122,14 @@ USAGE
122122 $ cdt datetime [DATE]
123123
124124OPTIONS
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
127127 -h, --help show CLI help
128128 -l, --locale=locale Locale, default: en
129- -z, --timezone=timezone Timezone for Datetime
129+ -z, --timezone=timezone Timezone for Datetime parsing, default: Your timezone
130130```
131131
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 ) _
133133
134134## ` cdt hash [STRING] `
135135
@@ -146,7 +146,7 @@ OPTIONS
146146 -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
147147```
148148
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 ) _
150150
151151## ` cdt help [COMMAND] `
152152
@@ -179,7 +179,7 @@ OPTIONS
179179 -t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
180180```
181181
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 ) _
183183<!-- commandsstop -->
184184
185185
0 commit comments