Created
January 2, 2020 13:34
-
-
Save 0x414c49/a1c33b19dca4d1b1622d96ca6b3b6e4b to your computer and use it in GitHub Desktop.
CLI 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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