CommandLine\ArgumentsParser.cs (12)
112AddOptionParserPair(CommandLineOption.Network, new NetworkParser());
113AddOptionParserPair(CommandLineOption.Port, new PortParser());
114AddOptionParserPair(CommandLineOption.MaxTimeout, new MaxTimeoutParser());
115AddOptionParserPair(CommandLineOption.DefaultTimeout, new DefaultTimeoutParser());
116AddOptionParserPair(CommandLineOption.TraceLevel, new TraceLevelParser());
117AddOptionParserPair(CommandLineOption.TraceActivity, new TraceActivityParser());
118AddOptionParserPair(CommandLineOption.TraceProp, new TracePropagationParser());
119AddOptionParserPair(CommandLineOption.TracePii, new TracePiiParser());
120AddOptionParserPair(CommandLineOption.EndpointCert, new EndpointCertificateParser());
121AddOptionParserPair(CommandLineOption.Accounts, new AccountsParser());
122AddOptionParserPair(CommandLineOption.ClusterRemoteNode, new ClusterRemoteNodeParser());
123AddOptionParserPair(CommandLineOption.AccountsCerts, new AccountsCertificatesParser());