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/apk_applet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apk_applet.h') diff --git a/src/apk_applet.h b/src/apk_applet.h index 0ae33b4..1e5b74f 100644 --- a/src/apk_applet.h +++ b/src/apk_applet.h @@ -61,7 +61,7 @@ struct apk_applet { int (*main)(void *ctx, struct apk_database *db, struct apk_string_array *args); }; -extern const struct apk_option_group optgroup_global, optgroup_commit; +extern const struct apk_option_group optgroup_global, optgroup_commit, optgroup_source; void apk_applet_register(struct apk_applet *); struct apk_applet *apk_applet_find(const char *name); -- cgit v1.2.3-60-g2f50