mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-24 02:46:59 +00:00
Added write/read semaphores.
This commit is contained in:
parent
47ea3a3c42
commit
ba8cd46e4c
4 changed files with 56 additions and 24 deletions
|
@ -121,6 +121,8 @@ internal class Program
|
|||
.Build();
|
||||
|
||||
CommandMatches matches = rootCommand.Parse(args);
|
||||
Console.WriteLine(matches.ToString());
|
||||
|
||||
var host = matches.Value("host")!;
|
||||
var connectionType = matches.Value("connection_type")!;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue