feat(cli.ts, commit.ts): add --yes flag to skip commit confirmation prompt (#341)

docs(README.md): document the `--yes` flag usage in README for user guidance
This commit is contained in:
Ignacio Lago
2024-05-23 16:56:35 +09:00
committed by GitHub
parent f814c6b89d
commit 312540456a
3 changed files with 23 additions and 6 deletions
+8
View File
@@ -84,6 +84,14 @@ This is due to limit the number of tokens sent in each request. However, if you
oco --fgm
```
#### Skip Commit Confirmation
This flag allows users to automatically commit the changes without having to manually confirm the commit message. This is useful for users who want to streamline the commit process and avoid additional steps. To use this flag, you can run the following command:
```
oco --yes
```
## Configuration
### Local per repo configuration