tor-browser

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

commands.json (218B)


      1 {
      2  "lint": {
      3    "path": "lint.py",
      4    "script": "main",
      5    "parser": "create_parser",
      6    "help": "Run the lint",
      7    "virtualenv": true,
      8    "requirements": [
      9      "../metadata/yaml/requirements.txt"
     10    ]
     11  }
     12 }