feat: add docs to main (#1559)

This commit is contained in:
Peng Peng
2025-07-17 11:58:59 +08:00
committed by GitHub
parent e00018de59
commit af8e3b172c
1037 changed files with 40779 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
# `start`
## 命令说明
`start` 命令用于启动已停止的 Olares 系统,包括其所有组件和服务。
```bash
olares-cli start [选项]
```
## 选项
| 选项 | 简写 | 用途 | 是否必需 | 默认值 |
|----------|------|----------------|----------|--------|
| `--help` | `-h` | 显示命令帮助信息。 | 否 | 无 |