static void Main(string[] args) { using (var cmd = new GrepCopyCommandLine(args)) { CommandLineBootstrap.Start(cmd); } }