mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-09 10:45:07 +00:00
do not print token
This commit is contained in:
parent
bcb05cd0c9
commit
8c7229504e
@ -13,7 +13,7 @@ namespace BiblioTech
|
||||
public static Task Main(string[] args)
|
||||
{
|
||||
var uniformArgs = new ArgsUniform<Configuration>(PrintHelp, args);
|
||||
Config = uniformArgs.Parse(true);
|
||||
Config = uniformArgs.Parse();
|
||||
|
||||
return new Program().MainAsync();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user