$ ./render.py -h
usage: render.py [-h] [-o {json,rant}] [-q] outfile
Renders single-file versions of these wordlists.
positional arguments:
outfile output file
optional arguments:
-h, --help show this help message and exit
-o {json,rant}, --output {json,rant}
what type of file to render, defaults to json
-q, --quiet suppress progress output
Tried my best to leave it heavily commented and easy to maintain, and even uses a decorator to make adding renderers for other filetypes a relative breeze.
As discussed in #2 .
Tried my best to leave it heavily commented and easy to maintain, and even uses a decorator to make adding renderers for other filetypes a relative breeze.