Skip to content

Commit 7e5173c

Browse files
committed
[RELEASE]: readme updated
Signed-off-by: ashish <[email protected]>
1 parent d097e44 commit 7e5173c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ USAGE
3737

3838
## `cdt crypto [STRING]`
3939

40-
Encryption and Decryption functionality
40+
Encryption and Decryption functionality for File/String
4141

4242
```
4343
USAGE
@@ -57,7 +57,7 @@ _See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.0
5757

5858
## `cdt hash [STRING]`
5959

60-
create hash for a string/file
60+
Hashing functionality for a string/file
6161

6262
```
6363
USAGE
@@ -91,16 +91,16 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.1
9191

9292
## `cdt minify [FILE]`
9393

94-
describe the command here
94+
File Minifier
9595

9696
```
9797
USAGE
9898
$ cdt minify [FILE]
9999
100100
OPTIONS
101-
-f, --force
101+
-f, --file=file file to be minified
102102
-h, --help show CLI help
103-
-n, --name=name name to print
103+
-t, --type=type type of file to be minified, it will try to find type with extension
104104
```
105105

106106
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.0.1/src/commands/minify.ts)_

0 commit comments

Comments
 (0)