mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
config: Add option to remove config key
This commit is contained in:
parent
292398b585
commit
06cb526feb
2 changed files with 9 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue