mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
config: Enable adding and removing groups
This commit is contained in:
parent
c34f2e75e9
commit
be3cc756fc
Notes:
sideshowbarker
2024-07-17 06:31:29 +09:00
Author: https://github.com/thankyouverycool
Commit: be3cc756fc
Pull-request: https://github.com/SerenityOS/serenity/pull/15329
Reviewed-by: https://github.com/alimpfard
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