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 732957f commit f133570Copy full SHA for f133570
1 file changed
README.md
@@ -47,6 +47,12 @@ let main argv =
47
Result: Unzipping stuff.zip to c:\test\output
48
```
49
50
+
51
+_Notice that mismatches between the `setHandler` and the `inputs` are caught as a compile time error:_
52
+
53
54
55
56
### Simple App that Returns a Status Code
57
58
You may optionally return a status code from your handler function.
@@ -78,9 +84,6 @@ let main argv =
78
84
}
79
85
80
86
81
-Notice that mismatches between the `setHandler` and the `inputs` are caught as a compile time error:
82
-
83
-
87
88
### App with SubCommands
89
0 commit comments