File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,8 @@ The purpose of this library is to improve type safety when using the [`System.Co
77
88## Features
99
10- ### Improved type safety
11- * Mismatches between ` inputs ` and ` setHandler ` are caught at compile time
12-
13- ### Helper methods for creating options and arguments
14- * The ` Input.Option ` helper method avoids the need use the ` System.CommandLine.Option ` type directly (which conflicts with the F# ` Option ` type)
15- * The ` FSharp.SystemCommandLine.Aliases ` module contains ` Opt ` and ` Arg ` aliases and can be opened if direct access is needed to the core API.
16-
17- ### Support for F# option type
10+ * Mismatches between ` inputs ` and ` setHandler ` function parameters are caught at compile time
11+ * ` Input.Option ` helper method avoids the need use the ` System.CommandLine.Option ` type directly (which conflicts with the F# ` Option ` type)
1812* ` Input.OptionMaybe ` and ` Input.ArgumentMaybe ` allow you to use F# ` option ` types in your handler function.
1913
2014## Examples
You can’t perform that action at this time.
0 commit comments