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
commit be3cc756fc
Notes: sideshowbarker 2024-07-17 06:31:29 +09:00
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: