File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737
3838## ` cdt crypto [STRING] `
3939
40- Encryption and Decryption functionality
40+ Encryption and Decryption functionality for File/String
4141
4242```
4343USAGE
@@ -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```
6363USAGE
@@ -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```
9797USAGE
9898 $ cdt minify [FILE]
9999
100100OPTIONS
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 ) _
You can’t perform that action at this time.
0 commit comments