diff --git a/src/main.rs b/src/main.rs index b28f5a3e..b3c6f931 100644 --- a/src/main.rs +++ b/src/main.rs @@ -276,6 +276,14 @@ impl App { .ok(); } return; + } else { + write_color_buffer( + BufferWriter::stdout(ColorChoice::Always), + None, + &configs::CONFIG.read().unwrap().headless_help, + ) + .ok(); + return; } let analysis_end_time: DateTime = Local::now();