]> git.lizzy.rs Git - metalua.git/blob - doc/manual/clopts-ref.tex
spelling fixes to the documentation
[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 unsurprising way to users. the {\tt metalua} compiler parses its
5 parameters with clopts.
6
7 FIXME: Rest of the doc to be written