mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 16:12:13 +00:00
docs: rename onboarding user-facing wizard copy
Co-authored-by: Tak <contact-redacted@example.com>
This commit is contained in:
@@ -20,9 +20,9 @@ export function registerSetupCommand(program: Command) {
|
||||
"--workspace <dir>",
|
||||
"Agent workspace directory (default: ~/.openclaw/workspace; stored as agents.defaults.workspace)",
|
||||
)
|
||||
.option("--wizard", "Run the interactive onboarding wizard", false)
|
||||
.option("--non-interactive", "Run the wizard without prompts", false)
|
||||
.option("--mode <mode>", "Wizard mode: local|remote")
|
||||
.option("--wizard", "Run interactive onboarding", false)
|
||||
.option("--non-interactive", "Run onboarding without prompts", false)
|
||||
.option("--mode <mode>", "Onboard mode: local|remote")
|
||||
.option("--remote-url <url>", "Remote Gateway WebSocket URL")
|
||||
.option("--remote-token <token>", "Remote Gateway token (optional)")
|
||||
.action(async (opts, command) => {
|
||||
|
||||
Reference in New Issue
Block a user