bread-capture: add breadman to target registry

This commit is contained in:
Breadway 2026-07-29 16:37:14 +08:00
parent 1ce5514939
commit af796253e9

View file

@ -46,6 +46,7 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
("ask", "breadhelp-ask.png"),
],
),
("breadman", &[("all", "breadman-all.png")]),
];
#[derive(Parser)]