Skip to content
Evgeny edited this page Jun 20, 2022 · 2 revisions
python ./src/main.py -h
usage: main.py [-h] [-c] [-d DISTROS] [-g] [-i INPUT] [-o OUTPUT] [-v]

options:
  -h, --help            show this help message and exit
  -c, --color           enable color output
  -d DISTROS, --distros DISTROS
                        define specific distros to parse (example: arch,ubuntu,centos)
  -g, --generate        generate a webpage to present the content of repo.json
  -i INPUT, --input INPUT
                        the dir with distros for parsing (default: ./src/distros)
  -o OUTPUT, --output OUTPUT
                        the dir for saving generated repo (default: ./repo)
  -v, --verbose         show debug info
Clone this wiki locally