Skip to content

Commit

Permalink
docs: --generate value (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-s authored Mar 28, 2023
1 parent 7b11f5e commit fca88df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fca88df

Please sign in to comment.