Commit e3948e0
Stephane Glondu
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`
Signed-off-by: Stephane Glondu <stephane.glondu@inria.fr>1 parent a7a3a0a commit e3948e0
2 files changed
Lines changed: 264 additions & 159 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments