Skip to content

Commit

Permalink
docs: Add documentation of -y argument to CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-way committed May 7, 2024
1 parent 918969c commit 0b1dc10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/content/docs/reference/command-line-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ producing an error if either of those packages isn't configured.

[`BumpVersion`]: /reference/config-file/steps/bump-version
[`PrepareRelease`]: /reference/config-file/steps/prepare-release

### `--assumeyes`

Automatically answer all confirmation steps with a "yes". See [`Confirm`](/reference/config-file/steps/confirm/) for more information about the `Confirm` step type.

Check failure on line 77 in docs/src/content/docs/reference/command-line-arguments.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.Quotes] Punctuation should be inside the quotes. Raw Output: {"message": "[Microsoft.Quotes] Punctuation should be inside the quotes.", "location": {"path": "docs/src/content/docs/reference/command-line-arguments.md", "range": {"start": {"line": 77, "column": 52}}}, "severity": "ERROR"}

0 comments on commit 0b1dc10

Please sign in to comment.