harn-cli 0.10.48

CLI for the Harn programming language — run, test, REPL, format, and lint
Documentation
{
  "schemaVersion": 1,
  "ok": true,
  "data": {
    "files": [
      {
        "path": "src/bad.harn",
        "status": "ok",
        "diagnostics": [
          {
            "source": "lint",
            "severity": "error",
            "message": "status should be error",
            "span": { "start": 0, "end": 1 }
          }
        ],
        "fixable": 0,
        "fixed": 0
      }
    ],
    "summary": {
      "ok": 1,
      "warnings": 0,
      "errors": 0,
      "diagnostics": 1,
      "fixable": 0,
      "fixed": 0
    }
  },
  "error": null,
  "warnings": []
}