mirror of
https://github.com/malob/prefmanager.git
synced 2024-12-14 11:57:49 +00:00
Update readme
This commit is contained in:
parent
86cf3dd056
commit
bf52c3e555
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -1 +1,15 @@
|
|||
# defaults-manager
|
||||
# macOS Preferences Manager
|
||||
|
||||
This project is a WIP, currently only basic watching functionality has been implemented.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
Usage: prefmanager watch (DOMAIN... | (-a|--all))
|
||||
Watch domain(s) for changes
|
||||
|
||||
Available options:
|
||||
DOMAIN... Domain(s) that will be watched
|
||||
-a,--all Watch all domains including NSGlobalDomain
|
||||
-h,--help Show this help text
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue