Browse Source

Update ArgumentOption.cs

tags/v0.1.0
Changli Tang GitHub 2 years ago
parent
commit
7772cba391
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      logic/Server/ArgumentOption.cs

+ 1
- 1
logic/Server/ArgumentOption.cs View File

@@ -76,6 +76,6 @@ namespace Server
public string StartLockFile { get; set; } = DefaultArgumentOptions.FileName;
[Option("mode", Required = false, HelpText = "Whether to run final competition")]
public bool Mode { get; set; } = false;
public int Mode { get; set; } = 0;
}
}

Loading…
Cancel
Save