···8585 .command("create")
8686 .aliases(["new"])
8787 .option("--provider, -p <provider>", "the provider to use for the sandbox")
8888- .option("--base, -b <base>", "the base sandbox to use for the sandbox")
8888+ .option(
8989+ "--base, -b <base>",
9090+ "the base sandbox to use for the sandbox, e.g. openclaw, claude-code, codex, copilot ...",
9191+ )
8992 .option("--ssh, -s", "connect to the Sandbox and automatically open a shell")
9093 .argument("[name]", "the name of the sandbox to create")
9194 .description("create a new sandbox")