Feat: add hidden mode and new documentation

This commit is contained in:
2026-02-26 12:31:56 +01:00
parent e1cf57918e
commit 70032acc75
95 changed files with 1055 additions and 286 deletions

View File

@@ -7,6 +7,7 @@ pub mod main_view;
pub mod options_view;
pub mod patterns_view;
mod render;
pub mod script_view;
pub mod title_view;
pub use render::{horizontal_padding, render};