fix(docs): update command syntax from '--' to single argument format for start, stop and status. (#1086)
This commit is contained in:
@@ -28,7 +28,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
||||
In your beads project directory:
|
||||
|
||||
```bash
|
||||
bd daemon --start
|
||||
bd daemon start
|
||||
```
|
||||
|
||||
The daemon will:
|
||||
@@ -108,19 +108,19 @@ If you want to temporarily use CLI mode:
|
||||
|
||||
```bash
|
||||
# Start daemon
|
||||
bd daemon --start
|
||||
bd daemon start
|
||||
|
||||
# Check status
|
||||
bd daemon --status
|
||||
bd daemon status
|
||||
|
||||
# View logs
|
||||
bd daemons logs .
|
||||
|
||||
# Stop daemon
|
||||
bd daemon --stop
|
||||
bd daemon stop
|
||||
|
||||
# Restart daemon
|
||||
bd daemon --stop && bd daemon --start
|
||||
bd daemon stop && bd daemon start
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
@@ -130,14 +130,14 @@ bd daemon --stop && bd daemon --start
|
||||
Start the daemon in your beads project:
|
||||
```bash
|
||||
cd ~/src/vc/adar/beads
|
||||
bd daemon --start
|
||||
bd daemon start
|
||||
```
|
||||
|
||||
### Wrong database being used
|
||||
|
||||
1. Check where daemon is running:
|
||||
```bash
|
||||
bd daemon --status
|
||||
bd daemon status
|
||||
```
|
||||
|
||||
2. Use `set_context` tool in Claude to set workspace root:
|
||||
|
||||
Reference in New Issue
Block a user