c2i-junia / minecraft-rust

minecraft game clone built in rust.
Other
6 stars 2 forks source link

Add the ability to control the port the server is starting on #77

Closed AudranTourneur closed 1 month ago

AudranTourneur commented 1 month ago

A CLI flag --port should be added to the server crate to control which port should be used.

The clap crate can likely be used. https://github.com/clap-rs/clap