Usage:
cd path/to/folder/where/CurryGen ./CurryGen 10 ~/Desktop/Curring.swift true
Where:
| Argument | Type | Description |
|---|---|---|
| 10 | Int | Maximal count of generic arguments |
| ~/Desktop/Curring.swift | String | Output file path |
| true | Bool | Set this flag to true if you need uncurring |