docs: --generate value (#178)
This commit is contained in:
@@ -66,9 +66,9 @@ aicommits --dry-run
|
||||
|
||||
#### Generate multiple recommendations
|
||||
|
||||
Sometimes the recommended commit message isn't the best so you want it to generate a few to pick from. You can generate multiple commit messages at once by passing in the `--generate` flag:
|
||||
Sometimes the recommended commit message isn't the best so you want it to generate a few to pick from. You can generate multiple commit messages at once by passing in the `--generate <i>` flag, where 'i' is the number of generated messages:
|
||||
```sh
|
||||
aicommits --generate # or -g
|
||||
aicommits --generate <i> # or -g <i>
|
||||
```
|
||||
|
||||
> Warning: this uses more tokens, meaning it costs more.
|
||||
|
||||
Reference in New Issue
Block a user