Skip to content

Commit 489c31c

Browse files
author
Stephane Glondu
committed
Use cmdliner in tlapm
This slightly changes tlapm's command-line syntax in an incompatible way: - deprecated options are no longer accepted: `-d`, `--paranoid`, `--isaprove`, `--fpdir` - options that used to take two arguments (as in `--opt A B`) now takes them as a single comma-separated argument (as in `--opt A,B`): `--toolbox`, `--nofpl`, `--erasefp`
1 parent a7a3a0a commit 489c31c

File tree

2 files changed

+264
-159
lines changed

2 files changed

+264
-159
lines changed

src/dune

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
unix
2020
threads
2121
str
22+
cmdliner
2223
dune-site
2324
dune-build-info
2425
camlzip ; main deps.

0 commit comments

Comments
 (0)