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

config: Enable adding and removing groups

This commit is contained in:
thankyouverycool 2022-09-23 09:54:06 -04:00 committed by Ali Mohammad Pur
parent c34f2e75e9
commit be3cc756fc
2 changed files with 16 additions and 8 deletions

View file

@ -5,7 +5,7 @@ config
## Synopsis
```sh
$ config [--remove] <domain> <group> <key> [value]
$ config [--remove] <domain> <group> [key] [value]
```
## Description
@ -14,7 +14,7 @@ Show or modify values in the configuration files through ConfigServer.
## Options:
* `-r`, `--remove`: Remove key
* `-r`, `--remove`: Remove group or key
## Arguments: