Document command line options

This commit is contained in:
2023-10-14 19:24:05 +02:00
parent b59c8bfd05
commit 42686f1f41
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Command line options
## Config file path
`-c`, `--config <path>`
Specifies the path to [FieldPOC configuration file](configuration.md).
Of ommitted it looks for a file called `fieldpoc_config.json` in the current working directory.
## Init
`--init`
Set up database. Run only once.
## Debug
`--debug`
Sets log level to debug.
Logs to stdout.