Revert "fix: ensure flags & docs match (#3638)"

This reverts commit 7c06047c55.
This commit is contained in:
Aiden Cline
2025-10-31 16:43:29 -05:00
parent 7c06047c55
commit a2f6b7409a
4 changed files with 23 additions and 43 deletions
+1
View File
@@ -12,6 +12,7 @@ export const ServeCommand = cmd({
default: 0,
})
.option("hostname", {
alias: ["h"],
type: "string",
describe: "hostname to listen on",
default: "127.0.0.1",
+1
View File
@@ -65,6 +65,7 @@ export const TuiCommand = cmd({
default: 0,
})
.option("hostname", {
alias: ["h"],
type: "string",
describe: "hostname to listen on",
default: "127.0.0.1",