search: remove from APK_COMMAND_GROUP_QUERY
list does everything search does and morecute-signatures
parent
3334624cd1
commit
d379edd5bf
|
@ -209,7 +209,6 @@ static struct apk_applet apk_search = {
|
||||||
.help = "Search package by PATTERNs or by indexed dependencies",
|
.help = "Search package by PATTERNs or by indexed dependencies",
|
||||||
.arguments = "PATTERN",
|
.arguments = "PATTERN",
|
||||||
.open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE,
|
.open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE,
|
||||||
.command_groups = APK_COMMAND_GROUP_QUERY,
|
|
||||||
.context_size = sizeof(struct search_ctx),
|
.context_size = sizeof(struct search_ctx),
|
||||||
.optgroups = { &optgroup_global, &optgroup_applet },
|
.optgroups = { &optgroup_global, &optgroup_applet },
|
||||||
.main = search_main,
|
.main = search_main,
|
||||||
|
|
Loading…
Reference in New Issue