2025-12-17 22:34:49 +08:00
|
|
|
# Wfassoc Executable
|
|
|
|
|
|
|
|
|
|
For the syntax of this executable's parameters, execute it with `--help` for more.
|
|
|
|
|
|
2026-04-19 16:10:04 +08:00
|
|
|
For how to write manifest TOML file passed to `config` parameter,
|
|
|
|
|
please see our example located in `example/manifest/ppic.toml`.
|
2025-12-17 22:34:49 +08:00
|
|
|
|
2026-04-19 16:10:04 +08:00
|
|
|
Please note that the value passed to `for` parameter should be consistent when calling `query`, `register` and `unregister`.
|
|
|
|
|
For example you should not call `register` with `--for user`, and call `unregister` with `--for system` later.
|