You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments