mirror of
https://github.com/rzmk/commit-helper.git
synced 2025-12-19 05:29:24 +00:00
feat: add -c (copy to clipboard) and -s (sign)
This commit is contained in:
parent
1757cb99ff
commit
3e0b97d172
6 changed files with 433 additions and 10 deletions
|
|
@ -52,6 +52,14 @@ If you want to pass in a custom commit message (therefore skipping the interacti
|
|||
ch -m "feat: add new feature"
|
||||
```
|
||||
|
||||
### `--clipboard` or `-c`
|
||||
|
||||
If you want to copy the commit message to your clipboard **and skip committing and pushing**:
|
||||
|
||||
```bash
|
||||
ch -c
|
||||
```
|
||||
|
||||
### `--debug` or `-d`
|
||||
|
||||
If you want to see the debug output, use the `--debug` or `-d` flag:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue