tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commands.json (216B)


      1 {
      2  "build-docs": {
      3    "path": "frontend.py",
      4    "parser": "get_parser",
      5    "script": "build",
      6    "help": "Build documentation",
      7    "virtualenv": true,
      8    "requirements": [
      9      "requirements.txt"
     10    ]
     11  }
     12 }