This module permits to parse easily the command line of the application :
int main(int argc, char *argv[ ])
We suppose that the command line is formated like standard GNU application. See http://www.gnu.org for more information about the command line formating.