Nicholas Vander Ende

Results 2 comments of Nicholas Vander Ende

Are you looking for HelpText.AutoBuild(args)?

Like so: private static string HelpOutput(Parameters args) { var result = new StringBuilder(); result.AppendLine("Hello, and welcome to the console application."); result.AppendLine("This application takes in a data file and attempts to...