@@ -141,10 +141,11 @@ USAGE
141141 $ cdt hash [STRING]
142142
143143OPTIONS
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]
148149```
149150
150151_ See code: [ src/commands/hash.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5/src/commands/hash.ts ) _
@@ -175,9 +176,12 @@ USAGE
175176 $ cdt minify [FILE]
176177
177178OPTIONS
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
181185```
182186
183187_ See code: [ src/commands/minify.ts] ( https://github.com/codingtools/cdt/blob/v0.1.5/src/commands/minify.ts ) _
0 commit comments