Skip to content

Commit 319d2a1

Browse files
author
Stephane Glondu
committed
Use cmdliner in tlapm
This slightly changes tlapm's command-line syntax: - deprecated options are no longer accepted: `-d`, `--paranoid`, `--isaprove`, `--fpdir` - options that used to take two arguments (as in `--opt A B`) can now take them as a single comma-separated argument (as in `--opt A,B`): `--toolbox`, `--nofpl`, `--erasefp` Thanks to Damien Doligez for the backward-compatibility hack for parsing of options that take two arguments. Signed-off-by: Stephane Glondu <[email protected]>
1 parent c6f3781 commit 319d2a1

File tree

2 files changed

+276
-159
lines changed

2 files changed

+276
-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)