-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
fix: update command #4311
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
base: v3-alpha
Are you sure you want to change the base?
fix: update command #4311
Conversation
WalkthroughThe "Quick Start" section of the documentation was updated to use the correct command-line tool name, changing all instances of Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/src/content/docs/index.mdx (1)
67-67
: Correct CLI initialization command for v3
The updated snippet useswails3 init -n myproject
, which matches the v3 alpha CLI tool. For clarity, consider updating the preceding comment on line 63 from# Install wails
to# Install wails3
.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/src/content/docs/index.mdx
(1 hunks)
🔇 Additional comments (1)
docs/src/content/docs/index.mdx (1)
71-71
: Correct CLI development command for v3
The command has been updated fromwails dev
towails3 dev
, aligning with the version 3 alpha release.
|
Thank you!! |
Just updates the command in the docs homepage to be
wails3
instead ofwails
for the v3 alpha.Summary by CodeRabbit
wails3
) for project initialization and development commands.