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