int GetFromCommnadLine(int argc, char **argv, const char *name, int defValue)
Get integer value from command line.
int GetStrFromCommnadLine(int argc, char **argv, const char *name, char *defValue, char *dst, int dstLen)
Get string value from command line.