feat: add -c (copy to clipboard) and -s (sign)

This commit is contained in:
rzmk 2024-12-09 18:22:04 -05:00
parent 1757cb99ff
commit 3e0b97d172
No known key found for this signature in database
6 changed files with 433 additions and 10 deletions

View file

@ -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: