1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:47:45 +00:00
serenity/Base/usr/share/man/man1/config.md
2022-03-26 21:34:56 +04:30

29 lines
486 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
* `--complete`: Perform autocompletion
* `-r`, `--remove`: Remove key
## Arguments:
* `domain`: Config domain
* `group`: Group name
* `key`: Key name
* `value`: Value to write
<!-- Auto-generated through ArgsParser -->