Create page

Camotoy 2021-01-18 19:04:37 -05:00
parent 39ec25ef64
commit 1616bde09b

@ -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`