)]}'
{
  "commit": "9af9c4aa2431b37aa273ccefc34745ac85c4e9c1",
  "tree": "7ec7a528ca29f769982c2a9b81f4b35767ac3a0a",
  "parents": [
    "c9109cd15e4d71bea15fea5231b0ac57203cb36c"
  ],
  "author": {
    "name": "Nicolas Lacasse",
    "email": "nicolas.lacasse@gmail.com",
    "time": "Mon Sep 15 20:40:24 2025"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Mon Sep 15 20:40:24 2025"
  },
  "message": "Subcommands return ExitSuccess when handling --help and -h flags. (#43)\n\nThe flags package handles top-level `--help` and `-h` flags by printing\nusage info and then exiting with status 0.\n\nSubcommands should handle these help flags similarly, by treating them\nas success.\n\nWith this changes, we can correctly distinguish between the following\ncalls:\n\n```\n$ cmd subcommand --help  # treated as a successful call\n\n$ cmd subcommand --bogus # treated as a usage error\n```",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bbc5f0f6d5d7c3a4bebb964494b65c52d1ccbef8",
      "old_mode": 33188,
      "old_path": "subcommands.go",
      "new_id": "078ddac78bd80ffc3090af897f504eace71ba0ef",
      "new_mode": 33188,
      "new_path": "subcommands.go"
    }
  ]
}
