mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-10 00:36:17 +01:00
Create page
parent
39ec25ef64
commit
1616bde09b
1 changed files with 24 additions and 0 deletions
24
Standalone-Command-Line-Arguments.md
Normal file
24
Standalone-Command-Line-Arguments.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# General command-line arguments
|
||||
|
||||
### `--config [file]`
|
||||
|
||||
**Alias: `-c`**
|
||||
|
||||
Points to an alternative config file to use.
|
||||
|
||||
### `--gui` / `--nogui`
|
||||
|
||||
**Alias: `gui` / `nogui`**
|
||||
|
||||
Forces GUI or non-GUI usage, depending on context.
|
||||
|
||||
# Overriding specific config values
|
||||
|
||||
Overriding a standard config option (e.g. `command-suggestions`):
|
||||
|
||||
`--command-suggestions=false`
|
||||
|
||||
Overriding a nested config option(e.g. the `remote` section with `address`):
|
||||
|
||||
`--remote.address=test.geysermc.org`
|
||||
|
Loading…
Reference in a new issue