mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 00:40:48 +00:00
config: Add option to remove config key
This commit is contained in:
parent
292398b585
commit
06cb526feb
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/faxe1008
Commit: 06cb526feb
Pull-request: https://github.com/SerenityOS/serenity/pull/10906
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