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