Update help doc

This commit is contained in:
Ian Keane 2025-11-25 18:07:23 -05:00
parent 8c1e72b1ef
commit 31049a53dd

View file

@ -346,10 +346,31 @@ fn render_config_help(frame: &mut Frame, app: &App) {
" When true, only allows projects from the 'projects' list",
" When false, any project name can be used",
"",
"multi_column: true/false",
" Default: true",
" When true, sections with many items display in two columns",
" When false, always use single column with scrolling",
"",
"show_permanent: true/false",
" Default: true",
" Show the 'Permanent Items' section",
"",
"show_recurring: true/false",
" Default: true",
" Show the 'Recurring Items' section",
"",
"show_recent: true/false",
" Default: true",
" Show the 'Ad-Hoc Items' section",
"",
"Example configuration:",
"---",
"show_help_hint: true",
"strict_projects: false",
"multi_column: true",
"show_permanent: true",
"show_recurring: true",
"show_recent: false",
"projects:",
" - work",
" - personal",