harn-cli 0.10.50

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