mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
28 lines
405 B
Markdown
28 lines
405 B
Markdown
|
|
## Name
|
||
|
|
|
||
|
|
config
|
||
|
|
|
||
|
|
## Synopsis
|
||
|
|
|
||
|
|
```sh
|
||
|
|
$ config <domain> <group> <key> [value]
|
||
|
|
```
|
||
|
|
|
||
|
|
## Description
|
||
|
|
|
||
|
|
Show or modify values in the configuration files through ConfigServer.
|
||
|
|
|
||
|
|
## Options:
|
||
|
|
|
||
|
|
* `--help`: Display help message and exit
|
||
|
|
* `--version`: Print version
|
||
|
|
|
||
|
|
## Arguments:
|
||
|
|
|
||
|
|
* `domain`: Config domain
|
||
|
|
* `group`: Group name
|
||
|
|
* `key`: Key name
|
||
|
|
* `value`: Value to write
|
||
|
|
|
||
|
|
<!-- Auto-generated through ArgsParser -->
|