DODD

세 가지 모드: Run, Replay, Watch.

CLI로 명령을 감싸거나 Watch로 로그 파일을 지속적으로 감시하세요.

Run

dist/dodd run -- go test ./...

Replay

dist/dodd replay --log logs/failure.log --command "go test ./..."

Watch

dist/dodd watch --once --from-start

Config

{
  "watch": {
    "sources": [
      { "type": "file", "path": "logs/app.log", "command": "go test ./..." }
    ]
  }
}