@kyubiware/commit-mint 0.8.1 → 0.8.3
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 +3 -1
- package/dist/cli.d.mts +6 -1
- package/dist/cli.d.mts.map +1 -0
- package/dist/cli.mjs +851 -112
- package/dist/cli.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,7 +106,9 @@ each with its own message. The flow:
|
|
|
106
106
|
5. A hook failure on any group shows the recovery menu and stops the sequence
|
|
107
107
|
— the remaining groups are not committed.
|
|
108
108
|
|
|
109
|
-
`cmint` (no `-a`)
|
|
109
|
+
`cmint` (no `-a`) shows a staging menu for any number of changed files
|
|
110
|
+
(including one). The menu is also the only place the `a` hotkey toggles
|
|
111
|
+
auto-accept mode, so it always runs:
|
|
110
112
|
|
|
111
113
|
```
|
|
112
114
|
What do you want to stage?
|
package/dist/cli.d.mts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.d.mts","names":[],"sources":["../src/cli.ts"],"mappings":";AAeA;AAAA,iBAAsB,oBAAA,CAAqB,OAAA,WAAe,OAAA"}
|