#!/usr/bin/env python3

import sys
from bibliopixel.main import commands


if __name__ == '__main__':
    commands.extract_help(*sys.argv[1:])
