help overview and input rework

This commit is contained in:
Jana Dönszelmann 2026-02-25 01:08:35 +01:00
parent a6d501977c
commit f733c65bcf
No known key found for this signature in database
3 changed files with 275 additions and 214 deletions

View file

@ -59,7 +59,7 @@ enum Preset {
compiler_root: Option<PathBuf>,
/// Path where the compiler source code lives, for links in the TUI to work.
#[arg(default_value_t = Theme(ThemeName::OneDarkPro))]
#[arg(default_value_t = Theme(ThemeName::Dracula))]
#[arg(long = "theme")]
theme: Theme,
},