Skip to content

Commit

Permalink
Use cmdliner in tlapm
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Stephane Glondu committed Dec 3, 2024
1 parent c6f3781 commit 319d2a1
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 159 deletions.
1 change: 1 addition & 0 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
unix
threads
str
cmdliner
dune-site
dune-build-info
camlzip ; main deps.
Expand Down
Loading

0 comments on commit 319d2a1

Please sign in to comment.