using Fab; public class Program { public static void Main(string[] args) { var options = ArgParser.Parse(args); new Fabricator(options); } }