bread-capture: add breadhelp to target registry

This commit is contained in:
Breadway 2026-07-29 11:49:33 +08:00
parent 03749787c5
commit 1ce5514939

View file

@ -38,6 +38,14 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
("breadclip", &[("history", "breadclip-history.png")]), ("breadclip", &[("history", "breadclip-history.png")]),
("breadsearch", &[("search", "breadsearch-search.png")]), ("breadsearch", &[("search", "breadsearch-search.png")]),
("breadpad", &[("popup", "breadpad-popup.png")]), ("breadpad", &[("popup", "breadpad-popup.png")]),
(
"breadhelp",
&[
("home", "breadhelp-home.png"),
("learn", "breadhelp-learn.png"),
("ask", "breadhelp-ask.png"),
],
),
]; ];
#[derive(Parser)] #[derive(Parser)]