Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Jul 1, 2022
1 parent 9eceab6 commit f2c5226
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/remix-dev/cli/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ ${colors.logoBlue("R")} ${colors.logoGreen("E")} ${colors.logoYellow(
$ remix dev [${colors.arg("projectDir")}]
$ remix routes [${colors.arg("projectDir")}]
$ remix setup [${colors.arg("remixPlatform")}]
$ remix migrate [-m ${colors.arg("migration")}] [${colors.arg("projectDir")}]
$ remix migrate [-m ${colors.arg("migration")}] [${colors.arg(
"projectDir"
)}]
${colors.heading("Options")}:
--help, -h Print this help message and exit
Expand Down

0 comments on commit f2c5226

Please sign in to comment.