const runGitlab = () => {
    const api = new GitlabApi(program);
    if (program.list) {
        api.listRepositories()
    } else {