#!/usr/bin/python3

import sys

from ghapi.cli import completion_ghapi


if __name__ == "__main__":
    sys.exit(completion_ghapi())
