czg 0.0.10 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/bin/index.js +151 -153
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,6 @@ SUBCOMMAND:
|
|
|
23
23
|
|
|
24
24
|
OPTIONS:
|
|
25
25
|
--config Specify the configuration file to use
|
|
26
|
-
--reback|-b Provide interactive prompt by the last message
|
|
27
26
|
--retry|-r Direct retry submit by the last message
|
|
28
27
|
--help|-h Show help
|
|
29
28
|
--version Show version
|
|
@@ -33,7 +32,6 @@ EXAMPLES:
|
|
|
33
32
|
czg emoji
|
|
34
33
|
czg --config="./config/cz.json"
|
|
35
34
|
|
|
36
|
-
Run 'czg SUBCOMMAND --help' for more information on a command.
|
|
37
35
|
Extends 'git commit' command and options.
|
|
38
36
|
See 'git commit --help' for more information.
|
|
39
37
|
```
|