Commit 96290cd
committed
Compatibility for cmdliner 2.0.0
The type Arg.conv was made abstract and now needs to be handled with
specialized functions. I've tested that it still works with cmdliner
1.3.0. and verified that the function was introduced in 1.0.0.
Unfortunately 1.1.0 is not available in opam anymore, so I did not test
that.
Signed-off-by: Pau Ruiz Safont <pau.safont@vates.tech>1 parent c70799d commit 96290cd
2 files changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments