We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2eaa0a commit 92b1deeCopy full SHA for 92b1dee
packages/server/src/cli.ts
@@ -28,7 +28,7 @@ commander.version(process.env.VERSION || "development")
28
.option("-e, --extensions-dir <dir>", "Override the main default path for user extensions.")
29
.option("--extra-extensions-dir [dir]", "Path to an extra user extension directory (repeatable).", collect, [])
30
.option("--extra-builtin-extensions-dir [dir]", "Path to an extra built-in extension directory (repeatable).", collect, [])
31
- .option("-d --user-data-dir <dir>", "Specifies the directory that user data is kept in, useful when running as root.")
+ .option("-d, --user-data-dir <dir>", "Specifies the directory that user data is kept in, useful when running as root.")
32
.option("--data-dir <value>", "DEPRECATED: Use '--user-data-dir' instead. Customize where user-data is stored.")
33
.option("-h, --host <value>", "Customize the hostname.", "0.0.0.0")
34
.option("-o, --open", "Open in the browser on startup.", false)
0 commit comments