--
UT_Bool AP_UnixApp::parseCommandLine(void)
{
// parse the command line
// <app> [-script <scriptname>]* [-dumpstrings]
[<documentname>]*
// TODO when we refactor the App classes, consider moving
// TODO this to app-specific, cross-platform.
// TODO replace this with getopt or something similar.
// Unix puts the program name in argv[0], so [1] is the first
argument.
--
What's happened?
--
Ming-I Hsieh, WMLab, CSIE, NCU, TAIWAN.