21 Zeilen
1014 B
Markdown
21 Zeilen
1014 B
Markdown
# Command line options {#command-line-options}
|
|
|
|
The client and server both support various command line options to contol how the applications start and where data is stored.
|
|
These options are mainly useful for PCs only used to control the layout.
|
|
|
|
## Client {#command-line-options-client}
|
|
|
|
| Short | Long | Description |
|
|
| ---------- | -------------- | ----------------------------- |
|
|
| `-h` | `--help` | Displays help text. |
|
|
| `-v` | `--version` | Displays version information. |
|
|
| | `--fullscreen` | Start application fullscreen. |
|
|
|
|
## Server {#command-line-options-server}
|
|
|
|
| Short | Long | Description |
|
|
| ---------- | ---------------- | ----------------------------------- |
|
|
| `-h` | `--help` | Display help text and exit |
|
|
| `-v` | `--version` | Output version information and exit |
|
|
| `-D path` | `--datadir path` | Data directory |
|