Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix(rome_cli): state correct command to verify code post rome init (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
egilsster committed Oct 20, 2022
1 parent 1ad7ad2 commit b567557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/rome_cli/src/commands/init.rs
Expand Up @@ -13,7 +13,7 @@ pub(crate) fn init(mut session: CliSession) -> Result<(), Termination> {
"\t1. "<Emphasis>"Setup an editor extension\n"</Emphasis>
"\t\tGet live errors as you type and format when you save. Learn more:"<Underline>"https://rome.tools/#install-official-rome-vs-code-extension \n"</Underline>
"\t2. "<Emphasis>"Try a command\n"</Emphasis>
<Italic>"\t\trome check"</Italic>" is used to validate your code, verify formatting, and check for lint errors. Run " <Italic>"rome --help"</Italic>" for a full list of commands and flags\n"
<Italic>"\t\trome ci"</Italic>" is used to validate your code, verify formatting, and check for lint errors. Run " <Italic>"rome --help"</Italic>" for a full list of commands and flags\n"
"\t3. "<Emphasis>"Read documentation \n"</Emphasis>
"\t\tOur website serves as a comprehensive source of guides and documentation: "<Underline>"https://rome.tools/ \n"</Underline>
"\t4. "<Emphasis>"Get involved in the community\n"</Emphasis>
Expand Down
Expand Up @@ -27,7 +27,7 @@ What's next?
1. Setup an editor extension
Get live errors as you type and format when you save. Learn more:https://rome.tools/#install-official-rome-vs-code-extension
2. Try a command
rome check is used to validate your code, verify formatting, and check for lint errors. Run rome --help for a full list of commands and flags
rome ci is used to validate your code, verify formatting, and check for lint errors. Run rome --help for a full list of commands and flags
3. Read documentation
Our website serves as a comprehensive source of guides and documentation: https://rome.tools/
4. Get involved in the community
Expand Down
2 changes: 1 addition & 1 deletion website/src/_includes/docs/cli-screenshots/init.md
Expand Up @@ -21,7 +21,7 @@
<a href="https://rome.tools/#editor-integration">https://rome.tools/#editor-integration</a>

<span style="opacity: 0.8;">2. </span><strong>Try a command</strong>
<i>rome check</i> is used to validate your code, verify formatting, and
<i>rome ci</i> is used to validate your code, verify formatting, and
check for lint errors. Run <i>rome --help</i> for a full list of commands
and flags.

Expand Down

0 comments on commit b567557

Please sign in to comment.