ladybird/Base/usr/share/man/man1/config.md
2021-11-14 22:42:52 +01:00

28 lines
447 B
Markdown

## Name
config
## Synopsis
```sh
$ config [--remove] <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
* `-r`, `--remove`: Remove key
## Arguments:
* `domain`: Config domain
* `group`: Group name
* `key`: Key name
* `value`: Value to write
<!-- Auto-generated through ArgsParser -->