mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
config: Enable adding and removing groups
This commit is contained in:
parent
c34f2e75e9
commit
be3cc756fc
2 changed files with 16 additions and 8 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue