]> git.lizzy.rs Git - metalua.git/blob - doc/manual/clopts-ref.tex
c95c6ae3e340904b0b9a5a98d2fd9f41bcb9f589
[metalua.git] / doc / manual / clopts-ref.tex
1 \section{{\tt clopts}: command line options parsing}
2 This library allows to parse command line options in a generic, standard and
3 reasonably powerful way. Using it for your programs helps ensure that they
4 behave in an unsurprizing way to users. the {\tt metalua} compiler parses its
5 parameters with clopts.
6
7 FIXME: Rest of the doc to be written