From 4d8a920366143c38d5bc521470e353c11e788b04 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Thu, 23 Mar 2023 13:12:34 +0200 Subject: db, dot, fetch, info, list, search: support --from=FROMSPEC Allow omitting loading of system installed database and system repositories for the commands that operate on package indexes only. --- src/app_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app_list.c') diff --git a/src/app_list.c b/src/app_list.c index fed9aa9..d3848ec 100644 --- a/src/app_list.c +++ b/src/app_list.c @@ -248,7 +248,7 @@ static struct apk_applet apk_list = { .name = "list", .open_flags = APK_OPENF_READ, .context_size = sizeof(struct list_ctx), - .optgroups = { &optgroup_global, &optgroup_applet }, + .optgroups = { &optgroup_global, &optgroup_source, &optgroup_applet }, .main = list_main, }; -- cgit v1.2.3-60-g2f50