We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fb642 commit 4c2502aCopy full SHA for 4c2502a
releasenotes.props
@@ -7,7 +7,9 @@ New features:
7
- Options defined as [Option] or [Argument], [Subcommand].
8
- Command parsing options can be defined with [Command] and [Subcmomand].
9
- Special options include [HelpOption] and [VersionOption].
10
+ - Validation. You can use [Required] and any other ValidationAttribute to validate input on options and arguments.
11
- Async from end to end. Using C# 7.1 and attribute binding, your console app can be async from top to bottom.
12
+ - Required options and arguments. Added CommandOption.IsRequired() and CommandArgument.IsRequired().
13
14
New API
15
- Prompt.GetYesNo, Prompt.GetPassword, and more. Added API for interactively getting responses on the console.
0 commit comments