Add version check system

This commit is contained in:
2022-10-18 08:58:36 +02:00
parent 915426849b
commit eea2ecbf63
23 changed files with 204 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ pub struct CliArgs {
value_parser,
default_value = "https://seabattleapi.communiquons.org"
)]
pub remote_server_uri: String,
pub remote_server: String,
/// Local server listen address
#[clap(short, long, default_value = "127.0.0.1:5679")]