Update help doc
This commit is contained in:
parent
8c1e72b1ef
commit
31049a53dd
1 changed files with 21 additions and 0 deletions
21
src/ui.rs
21
src/ui.rs
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue