]> git.ipfire.org Git - people/ms/pakfire.git/blobdiff - src/cli/pakfire.c
cli: install: Migrate the command to the new system
[people/ms/pakfire.git] / src / cli / pakfire.c
index c1124cae9f9e9a94e4bd1a769780024fe13b9644..54535efe16dd62e462327245dab8b839c909f654 100644 (file)
@@ -77,7 +77,7 @@ static struct argp_option options[] = {
 static const struct command commands[] = {
        { "clean",    cli_clean,    0,  0, 0 },
        { "info",     cli_info,     1, -1, 0 },
-       //{ "install",  cli_install,  1, -1, 0 },
+       { "install",  cli_install,  1, -1, 0 },
        { "provides", cli_provides, 1, -1, 0 },
        //{ "remove",   cli_remove,   1, -1, 0 },
        { "repolist", cli_repolist, 0,  0, 0 },