Skip to content

Commit f133570

Browse files
authored
Update demo animated gif
1 parent 732957f commit f133570

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ let main argv =
4747
Result: Unzipping stuff.zip to c:\test\output
4848
```
4949

50+
51+
_Notice that mismatches between the `setHandler` and the `inputs` are caught as a compile time error:_
52+
![fs scl demo](https://user-images.githubusercontent.com/1030435/164288239-e0ff595d-cdb2-47f8-9381-50c89aedd481.gif)
53+
54+
55+
5056
### Simple App that Returns a Status Code
5157

5258
You may optionally return a status code from your handler function.
@@ -78,9 +84,6 @@ let main argv =
7884
}
7985
```
8086

81-
Notice that mismatches between the `setHandler` and the `inputs` are caught as a compile time error:
82-
![cli safety](https://user-images.githubusercontent.com/1030435/158190730-b1ae0bbf-825b-48c4-b267-05a1853de4d9.gif)
83-
8487

8588
### App with SubCommands
8689

0 commit comments

Comments
 (0)