config¶

                                                                                
 Usage: lftools-uv config [OPTIONS] COMMAND [ARGS]...                           
                                                                                
 Configuration subsystem.                                                       
                                                                                
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ get   Print section or setting from config file.                             │
│ set   Set a setting in the config file.                                      │
╰──────────────────────────────────────────────────────────────────────────────╯

Commands¶

get¶

                                                                                
 Usage: lftools-uv config get [OPTIONS] {section} [option]                      
                                                                                
 Print section or setting from config file.                                     
                                                                                
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ *    section      <str>  Configuration section name                          │
│                          [required]                                          │
│      option       <str>  Configuration option name (optional)                │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯

set¶

                                                                                
 Usage: lftools-uv config set [OPTIONS] {section} {option} {value}              
                                                                                
 Set a setting in the config file.                                              
                                                                                
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ *    section      <str>  Configuration section name                          │
│                          [required]                                          │
│ *    option       <str>  Configuration option name                           │
│                          [required]                                          │
│ *    value        <str>  Configuration option value                          │
│                          [required]                                          │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯