extend doc related to command line args

This commit is contained in:
Peter Bieringer
2025-12-28 09:25:38 +01:00
parent 1b82b89109
commit 63d7229773

View File

@@ -714,6 +714,44 @@ Reason for problems can be
## Documentation
### Options
#### General Options
##### --version
Print version
##### --verify-storage
Verification of local collections storage
##### --verify-item <file>
_(>= 3.5.11)_
Verification of a particular item file
##### -C|--config <file>
Load one or more specified config file(s)
##### -D|--debug
Turns log level to debug
#### Configuration Options
Each supported option from config file can be provided/overridden by command line
replacing `_` with `-` and prepending the section followed by a `-`, e.g.
```
[logging]
backtrace_on_debug = False
```
can be enabled using `--logging-backtrace-on-debug=true` on command line.
### Configuration
Radicale can be configured with a configuration file or with