mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-15 15:42:52 +00:00
Most man pages don't have these, so removing them where they do exist makes things more consistent.
26 lines
383 B
Markdown
26 lines
383 B
Markdown
## Name
|
|
|
|
config
|
|
|
|
## Synopsis
|
|
|
|
```sh
|
|
$ config [--remove] <domain> <group> [key] [value]
|
|
```
|
|
|
|
## Description
|
|
|
|
Show or modify values in the configuration files through ConfigServer.
|
|
|
|
## Options
|
|
|
|
* `-r`, `--remove`: Remove group or key
|
|
|
|
## Arguments
|
|
|
|
* `domain`: Config domain
|
|
* `group`: Group name
|
|
* `key`: Key name
|
|
* `value`: Value to write
|
|
|
|
<!-- Auto-generated through ArgsParser -->
|