update cli description for run

This commit is contained in:
dswbx
2025-03-14 15:37:51 +01:00
parent 6a6a7a9f26
commit 5697b7891a
2 changed files with 18 additions and 13 deletions

View File

@@ -22,6 +22,7 @@ const isBun = typeof Bun !== "undefined";
export const run: CliCommand = (program) => {
program
.command("run")
.description("run an instance")
.addOption(
new Option("-p, --port <port>", "port to run on")
.env("PORT")