config: Add option to remove config key

This commit is contained in:
faxe1008 2021-11-13 15:05:53 +01:00 committed by Andreas Kling
commit 06cb526feb
Notes: sideshowbarker 2024-07-18 22:57:59 +09:00
2 changed files with 9 additions and 1 deletions

View file

@ -5,7 +5,7 @@ config
## Synopsis
```sh
$ config <domain> <group> <key> [value]
$ config [--remove] <domain> <group> <key> [value]
```
## Description
@ -16,6 +16,7 @@ Show or modify values in the configuration files through ConfigServer.
* `--help`: Display help message and exit
* `--version`: Print version
* `-r`, `--remove`: Remove key
## Arguments: