jurajmajor / ltl3tela

LTL3TELA is a translator of LTL formulae to omega-automata with generic acceptance condition.
GNU General Public License v3.0
4 stars 2 forks source link

diagnose unknown options #3

Open adl opened 6 years ago

adl commented 6 years ago

It would be nice if ltl3tela could diagnose unknown options that are passed to it.

By error, I just typed ltl3tela -H1 -f GFa, and expected to get the intermediate alternating automaton. Option -H1 is used for that purpose in ltl3ba and ltl3dra, however in ltl3tela it's called -p1.

It took me a while to realize my mistake, because ltl3tela never complained about the unknown option -H1. In fact you can run commands like ltl3tela -HELP -IDONTKNOWNWHATIMDOING -f a and ltl3tela will output an automaton without complaining.