Skip to content

Commit

Permalink
Merge pull request #9 from tim1504/main
Browse files Browse the repository at this point in the history
Fix args to work with contest system
  • Loading branch information
fwcd authored Mar 27, 2024
2 parents 0dc1078 + 8dbea01 commit 9060751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use logic::OwnLogic;
#[derive(Parser, Debug)]
struct Args {
/// The game server's host address.
#[clap(long, default_value = "localhost")]
#[clap(short, long, default_value = "localhost")]
host: String,
/// The game server's port.
#[clap(short, long, default_value_t = 13050)]
Expand Down

0 comments on commit 9060751

Please sign in to comment.