Skip to content

Instantly share code, notes, and snippets.

@0x414c49
Created January 2, 2020 13:34
Show Gist options
  • Save 0x414c49/a1c33b19dca4d1b1622d96ca6b3b6e4b to your computer and use it in GitHub Desktop.
Save 0x414c49/a1c33b19dca4d1b1622d96ca6b3b6e4b to your computer and use it in GitHub Desktop.
CLI 2
var inputFileOption = app.Option<string>("-i|--input", "Input file to convert"
, CommandOptionType.SingleValue)
.IsRequired();
var verboseOption = app.Option("-v|--verbose", "Display operation details"
, CommandOptionType.NoValue);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment