From: Michael Tremer Date: Thu, 28 Sep 2023 10:48:17 +0000 (+0000) Subject: cli: pakfire-builder: Add repolist command X-Git-Tag: 0.9.30~1619 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=418f36f6bee8898698f9cf26a06c4666e45de465;p=pakfire.git cli: pakfire-builder: Add repolist command Signed-off-by: Michael Tremer --- diff --git a/src/cli/pakfire-builder.c b/src/cli/pakfire-builder.c index c1e0b3eca..1dc63f6e5 100644 --- a/src/cli/pakfire-builder.c +++ b/src/cli/pakfire-builder.c @@ -29,6 +29,7 @@ #include #include "lib/command.h" +#include "lib/repolist.h" #include "lib/terminal.h" #include "lib/version.h" @@ -48,6 +49,7 @@ struct config { static int cli_main(struct pakfire* pakfire, int argc, char* argv[]) { static const struct command commands[] = { + { "repolist", 0, cli_repolist }, { NULL }, };