-
-
Notifications
You must be signed in to change notification settings - Fork 3k
feat: add hint about astro add --yes flag #14810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: cd4a9b5 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CodSpeed Performance ReportMerging #14810 will not alter performanceComparing Summary
Footnotes |
.changeset/eighty-cloths-sleep.md
Outdated
| 'astro': minor | ||
| --- | ||
|
|
||
| Add hint to use `--yes` flag with `astro add` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Add hint to use `--yes` flag with `astro add` | |
| Adds a hint to use the `--yes` flag with `astro add` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gone for just a few weeks and my changeset standards have slipped!
Co-authored-by: Sarah Rainsberger <[email protected]>
Changes
Coding agents can get confused by interactive prompts, so a pattern that is starting to be adopted is to log a hint saying to run the command with
--yesto skip prompts. This PR adds that toastro add. It logs a subtle hint the first timeaskToContinueis run.Here's what Claude Code thinks:
Testing
Currently investigating if we have any tests for
astro addDocs