mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-14 14:43:16 -06:00
b38e674c9f
The `gateway restart` Command-options accordion only listed `--force`, `--wait`, and `--json` even though `--safe` is a fully-supported flag (documented in the prose at line 112 and rejected by lifecycle.ts when combined with --force/--wait). Add --safe to the option list and a Lifecycle-behavior bullet that explains the preflight-defer behavior plus its mutual exclusion with --force and --wait, matching src/cli/daemon-cli/lifecycle.ts:153-156.