File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
opencode/.config/opencode Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Do NOT use `gob` for:
2424- ` gob await <job_id> ` - Wait for job to finish, stream output
2525- ` gob await-any ` - Wait for whichever job finishes first
2626- ` gob list ` - List jobs with IDs and status
27+ - ` gob logs <job_id> ` - View stdout and stderr (stdout→stdout, stderr→stderr)
2728- ` gob stop <job_id> ` - Graceful stop
2829- ` gob restart <job_id> ` - Stop + start
2930
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Do NOT use `gob` for:
2424- ` gob await <job_id> ` - Wait for job to finish, stream output
2525- ` gob await-any ` - Wait for whichever job finishes first
2626- ` gob list ` - List jobs with IDs and status
27+ - ` gob logs <job_id> ` - View stdout and stderr (stdout→stdout, stderr→stderr)
2728- ` gob stop <job_id> ` - Graceful stop
2829- ` gob restart <job_id> ` - Stop + start
2930
You can’t perform that action at this time.
0 commit comments