nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "crontab",
  "description": "Maintain crontab file for individual users",
  "options": [
    {
      "names": [
        "-e"
      ],
      "description": "Edit the current crontab"
    },
    {
      "names": [
        "-l"
      ],
      "description": "Display the current crontab"
    },
    {
      "names": [
        "-r"
      ],
      "description": "Remove the current crontab"
    },
    {
      "names": [
        "-u"
      ],
      "description": "Specify the name of the user whose crontab is to be tweaked"
    }
  ]
}