def main():
command = cfg.SubCommandOpt('command',
title='Command',
help='Mixmatch management commands.',
handler=register_parsers)
CONF.register_cli_opt(command)
config.load_from_file()
CONF.command.func()