diff options
Diffstat (limited to 'client/system')
-rw-r--r-- | client/system/cli.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/system/cli.gd b/client/system/cli.gd index b6ba8eef..efaa309a 100644 --- a/client/system/cli.gd +++ b/client/system/cli.gd @@ -28,6 +28,7 @@ class Option: static var OPTIONS := [ Option.new("h", "help", Mode.FLAG, "Show help"), Option.new("s", "setting", Mode.MULTI_OPTION, "Per-launch setting override"), + Option.new("c", "join-command", Mode.OPTION, "Message to send right after initial joining"), Option.new(null, "connect_address", Mode.POSITIONAL, "Connect to a server directly without menu interaction") ] |