using CliFx; return await new CliApplicationBuilder() .AddCommandsFromThisAssembly() .SetExecutableName("opcuacli-dotnet") .SetDescription("OPC UA CLI - command-line tool for testing OPC UA servers") .Build() .RunAsync(args);