};
static struct argp_option options[] = {
- { "arch", OPT_ARCH, "ARCH", 0, "Choose an architecture", 0 },
- { "debug", OPT_DEBUG, NULL, 0, "Run in debug mode", 0 },
- { "distro", OPT_DISTRO, "DISTRO", 0, "Build for this distribution", 0 },
+ { "arch", OPT_ARCH, "ARCH", 0, "Choose an architecture", 0 },
+ { "debug", OPT_DEBUG, NULL, 0, "Run in debug mode", 0 },
+ { "distro", OPT_DISTRO, "DISTRO", 0, "Build for this distribution", 0 },
+ { "enable-repo", OPT_ENABLE_REPO, "REPO", 0, "Enable a repository", 0 },
+ { "disable-repo", OPT_DISABLE_REPO, "REPO", 0, "Disable a repository", 0 },
{ NULL },
};