nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "chown",
  "description": "Change the user and/or group ownership of a given file, directory, or symbolic link",
  "options": [
    {
      "names": [
        "-f"
      ],
      "description": "Don't report any failure to change file owner or group, nor modify the exit status to reflect such failures"
    },
    {
      "names": [
        "-h"
      ],
      "description": "If the file is a symbolic link, change the user ID and/or the group ID of the link itself"
    },
    {
      "names": [
        "-n"
      ],
      "description": "Interpret user ID and group ID as numeric, avoiding name lookups"
    },
    {
      "names": [
        "-v"
      ],
      "description": "Cause chown to be verbose, showing files as the owner is modified"
    },
    {
      "names": [
        "-R"
      ],
      "description": "Change the user ID and/or the group ID for the file hierarchies rooted in the files instead of just the files themselves"
    },
    {
      "names": [
        "-H"
      ],
      "description": "If the -R option is specified, symbolic links on the command line are followed"
    },
    {
      "names": [
        "-L"
      ],
      "description": "If the -R option is specified, all symbolic links are followed"
    },
    {
      "names": [
        "-P"
      ],
      "description": "If the -R option is specified, no symbolic links are followed"
    }
  ],
  "args": [
    {
      "name": "owner[:group] or :group"
    },
    {
      "name": "file/directory",
      "is_variadic": true,
      "template": "filepaths"
    }
  ]
}