Skip to content

Fix typo in invite command example text#260

Merged
theFong merged 1 commit into
mainfrom
devin/1759450863-fix-invite-example-typo
Oct 3, 2025
Merged

Fix typo in invite command example text#260
theFong merged 1 commit into
mainfrom
devin/1759450863-fix-invite-example-typo

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

Fix typo in invite command example text

Summary

Fixed incorrect command examples in the brev invite help text. The examples were showing brev org invite and brev org --org <orgid> instead of the correct brev invite and brev invite --org <orgid>.

Context: User originally requested to add a --org flag to the invite command, but investigation revealed the flag already exists and is fully functional. The only issue found was this typo in the example text.

Review & Testing Checklist for Human

  • Verify help text displays correctly by running ./brev invite --help
  • Optionally test that brev invite --org <orgname> works as expected (functionality unchanged)

Notes

  • This is purely a documentation fix - no functional code changes
  • The --org flag was already fully implemented with completion handlers and proper logic
  • Pre-existing CI test failure in Test_VersionCommandOutputFormat is unrelated to this change (fails on main branch as well)

Link to Devin run: https://app.devin.ai/sessions/312c9e8af78e4ae082fc5e9d45176cb4
Requested by: Alec Fong (@theFong)

Changed 'brev org invite' to 'brev invite' and 'brev org --org <orgid>' to 'brev invite --org <orgid>' in the example text to correctly reflect the actual command syntax.

Co-Authored-By: Alec Fong <alecsanf@usc.edu>
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@theFong theFong merged commit f373016 into main Oct 3, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant