help overview and input rework
This commit is contained in:
parent
a6d501977c
commit
f733c65bcf
3 changed files with 275 additions and 214 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue