Skip to content

Commit cee0b1b

Browse files
committed
[ISSUE#21]: readme updated
igned-off-by: ashish <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent 10fa480 commit cee0b1b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,11 @@ USAGE
141141
$ cdt hash [STRING]
142142
143143
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]
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
177178
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
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

Comments
 (0)