googleforgames / quilkin

Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more.
Apache License 2.0
1.3k stars 95 forks source link

Remove short args for --to and --to_tokens because they conflict #1015

Closed XAMPPRocky closed 2 months ago

XAMPPRocky commented 2 months ago

If you use either you currently get this error at runtime.

thread 'main' panicked at /home/ep/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.13/src/builder/debug_asserts.rs:112:17:
Command proxy: Short option names must be unique for each argument, but '-t' is in use by both 'to' and 'to_tokens'
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
quilkin-bot commented 2 months ago

Build Succeeded :partying_face:

Build Id: e572d7f8-48e5-40b7-8adc-fd51f67f8322

The following development images have been built, and will exist for the next 30 days:

To build this version:

git fetch git@github.com:googleforgames/quilkin.git pull/1015/head:pr_1015 && git checkout pr_1015
cargo build