fix(docs): update command syntax from '--' to single argument format for start, stop and status. (#1086)

This commit is contained in:
Michael
2026-01-15 12:43:07 +08:00
committed by GitHub
parent 9e639da5ba
commit b9d2799d29
19 changed files with 54 additions and 54 deletions

View File

@@ -216,7 +216,7 @@ bd close bd-abc --reason "PR #123 merged"
Daemon commits and pushes automatically:
```bash
bd daemon --start --auto-commit --auto-push
bd daemon start --auto-commit --auto-push
```
Benefits:
@@ -349,7 +349,7 @@ A: Add to your CI pipeline:
Check daemon status:
```bash
bd daemon --status
bd daemon status
bd daemons list
```
@@ -363,8 +363,8 @@ bd config get daemon.auto_push
Restart daemon:
```bash
bd daemon --stop
bd daemon --start --auto-commit --auto-push
bd daemon stop
bd daemon start --auto-commit --auto-push
```
### Issue: Merge conflicts in JSONL