nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "su",
  "options": [
    {
      "names": [
        "-f"
      ],
      "description": "If the invoked shell is csh(1), this option prevents it from reading the .cshrc file"
    },
    {
      "names": [
        "-l"
      ],
      "description": "Simulate a full login.  The environment is discarded except for  HOME, SHELL, PATH, TERM, and USER. HOME and SHELL are modified as above.  USER is set to the target login.  PATH is set to   ``/bin:/us"
    },
    {
      "names": [
        "-"
      ],
      "description": "(no letter) The same as -l"
    },
    {
      "names": [
        "-m"
      ],
      "description": "Leave the environment unmodified.  The invoked shell is your login shell, and no directory changes are made.  As a security precaution, if the target user's shell is a non-standard shell (as defined b"
    }
  ],
  "args": [
    {
      "name": "login"
    },
    {
      "name": "ARGS"
    }
  ]
}