Skip to content

Commit 4f7a7e7

Browse files
authored
Update model-binding.md
1 parent b4884b8 commit 4f7a7e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/model-binding.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Model Binding
22

3+
_**This document describes System.CommandLine Beta 1. Some of the functionality described here now requires a separate package, [System.CommandLine.NamingConventionBinder](https://www.nuget.org/packages/System.CommandLine.NamingConventionBinder). For more details, please see [the Beta 2 announcement](https://github.com/dotnet/command-line-api/issues/1537).**_
4+
35
Parsing command line arguments is a means to an end. You probably don't really want to think about parsing the command line. You just want some arguments passed to a method, based on some command line arguments.
46

57
In C#, the application entry point method has always looked something like this:

0 commit comments

Comments
 (0)