]> git.ipfire.org Git - pakfire.git/commitdiff
cli: pakfire-builder: Add info command
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Sep 2023 14:57:10 +0000 (14:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Sep 2023 14:57:10 +0000 (14:57 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/cli/pakfire-builder.c

index e1ea0988620850eb11e858bc9a2e66b97b9c869b..e48ab4ba099b7c725d1a22bdaa5096be4101aac6 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "lib/clean.h"
 #include "lib/command.h"
+#include "lib/info.h"
 #include "lib/provides.h"
 #include "lib/repolist.h"
 #include "lib/requires.h"
@@ -54,6 +55,7 @@ struct config {
 static int cli_main(struct pakfire* pakfire, int argc, char* argv[]) {
        static const struct command commands[] = {
                { "clean",    0, cli_clean },
+               { "info",     0, cli_info },
                { "provides", 0, cli_provides },
                { "repolist", 0, cli_repolist },
                { "requires", 0, cli_requires },