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 TEXT Configuration section name │
│ [required] │
│ option [OPTION] 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 TEXT Configuration section name │
│ [required] │
│ * option TEXT Configuration option name │
│ [required] │
│ * value TEXT Configuration option value │
│ [required] │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯