@@ -141,10 +141,11 @@ USAGE
141
141
$ cdt hash [STRING]
142
142
143
143
OPTIONS
144
- -f, --file=file file to be hashed
145
- -h, --help show CLI help
146
- -s, --string=string string to be hashed
147
- -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
144
+ -f, --file=file file to be hashed
145
+ -h, --help show CLI help
146
+ -o, --outputFile=outputFile output file path
147
+ -s, --string=string string to be hashed
148
+ -t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
148
149
```
149
150
150
151
_ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5/src/commands/hash.ts ) _
@@ -175,9 +176,12 @@ USAGE
175
176
$ cdt minify [FILE]
176
177
177
178
OPTIONS
178
- -f, --file=file file to be minified
179
- -h, --help show CLI help
180
- -t, --type=type type of file to be minified, it will try to find type with extension supported: JS, HTML/HTM, CSS
179
+ -f, --file=file file to be minified
180
+ -h, --help show CLI help
181
+ -o, --outputFile=outputFile output file path
182
+
183
+ -t, --type=type type of file to be minified, it will try to find type with extension supported: JS,
184
+ HTML/HTM, CSS
181
185
```
182
186
183
187
_ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5/src/commands/minify.ts ) _
0 commit comments