1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +00:00

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
parent 292398b585
commit 06cb526feb
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: