Add documentation to account for all cli mas options and standardise format

This commit is contained in:
Will Lewis
2025-02-07 13:38:36 +00:00
parent 84264cc03a
commit b6be29bece
8 changed files with 154 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
# `worker`
Global options:
- `--config <config>`: Path to the configuration file.
- `--help`: Print help.
## `worker`
Runs the authentication service worker.
```
$ mas-cli worker
```