You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/model-binding.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Model Binding
2
2
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
+
3
5
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.
4
6
5
7
In C#, the application entry point method has always looked something like this:
0 commit comments