nighthawk 0.1.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "git-profile",
  "description": "Switch profiles",
  "subcommands": [
    {
      "name": "use",
      "description": "Use a profile",
      "args": [
        {
          "name": "profile",
          "description": "Profile you want to apply in this repository"
        }
      ]
    }
  ],
  "options": [
    {
      "names": [
        "--help",
        "-h"
      ],
      "description": "Help for git-profile script"
    },
    {
      "names": [
        "--config",
        "-c"
      ],
      "description": "Config file (default \"~/.gitprofile\")"
    }
  ]
}