docs(cli): fix setup.md options table mangled by formatter on pipe char

This commit is contained in:
Vincent Koc
2026-05-10 22:41:07 +08:00
parent 7a463f3019
commit 2c4d9bea82

View File

@@ -18,11 +18,11 @@ Initialize the baseline config and agent workspace. With any onboarding flag pre
## Options
| Flag | Description |
| -------------------------- | --------------------------------------------------------------------------------------------------- | ---------------- |
| -------------------------- | --------------------------------------------------------------------------------------------------- |
| `--workspace <dir>` | Agent workspace directory (default `~/.openclaw/workspace`; stored as `agents.defaults.workspace`). |
| `--wizard` | Run interactive onboarding. |
| `--non-interactive` | Run onboarding without prompts. |
| `--mode <local | remote>` | Onboarding mode. |
| `--mode <mode>` | Onboarding mode: `local` or `remote`. |
| `--import-from <provider>` | Migration provider to run during onboarding. |
| `--import-source <path>` | Source agent home for `--import-from`. |
| `--import-secrets` | Import supported secrets during onboarding migration. |