Skip to content

Instantly share code, notes, and snippets.

@stimms
Created July 9, 2014 14:12
Show Gist options
  • Save stimms/39f391f893e0d45adc6e to your computer and use it in GitHub Desktop.
Save stimms/39f391f893e0d45adc6e to your computer and use it in GitHub Desktop.
if (CommandLine.Parser.Default.ParseArguments(args, options))
{
if (options.Help)
{
Console.WriteLine(CommandLine.Text.HelpText.AutoBuild(options));
return;
}
Console.WriteLine(options.JobsToExport);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment