Skip to content

Commit 0248cb7

Browse files
authored
Simplified Features list in readme
1 parent c02cdfa commit 0248cb7

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)