refactor(cli): 模块化 Rust 前台输出
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s

This commit is contained in:
2026-09-02 17:42:16 +08:00
parent bd1e1a06f2
commit 34e2f0d907
20 changed files with 1461 additions and 1407 deletions
@@ -1,3 +1,4 @@
use super::report_output::{print_json_value, print_report};
use super::*;
pub(super) fn run_parse_once(options: &CliOptions) -> anyhow::Result<()> {