static void Main(string[] args) { using (CommandLine command = new AddTextCommandLine(args)) { CommandLineBootstrap.Start(command); } }