nighthawk 0.1.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "streamlit",
  "description": "Streamlit",
  "subcommands": [
    {
      "name": "activate",
      "description": "Activate Streamlit by entering your email"
    },
    {
      "name": "cache",
      "description": "Manage the Streamlit cache",
      "subcommands": [
        {
          "name": "clear",
          "description": "Clear st.cache, st.memo, and st.singleton caches"
        }
      ]
    },
    {
      "name": "config",
      "description": "Manage Streamlit's config settings",
      "subcommands": [
        {
          "name": "show",
          "description": "Show all of Streamlit's config settings"
        }
      ]
    },
    {
      "name": "docs",
      "description": "Show help in browser"
    },
    {
      "name": "hello",
      "description": "Runs the Hello World script"
    },
    {
      "name": "help",
      "description": "Print the help message"
    },
    {
      "name": "run",
      "description": "Run a Python script, piping stderr to Streamlit",
      "args": [
        {
          "name": "file",
          "description": "The Python script to run"
        }
      ]
    },
    {
      "name": "version",
      "description": "Print Streamlit's version number"
    }
  ],
  "options": [
    {
      "names": [
        "--log_level"
      ],
      "description": "Set the log level",
      "takes_arg": true,
      "arg": {
        "suggestions": [
          "error",
          "warning",
          "info",
          "debug"
        ]
      }
    },
    {
      "names": [
        "--help"
      ],
      "description": "Show a help message and exit"
    },
    {
      "names": [
        "--version"
      ],
      "description": "Show the version and exit"
    }
  ]
}