mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
update cli description for run
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user