Synopsis
PDX_MSGT cfg_ProcessCommandLine(long option, int argc, char *argv[], DDF *ddf, char **command_line, char **left_over)
Purpose
Process the command line arguments.
Description
This function will convert the command line arguments of standard unix switches to the form expected by the cfg subsystem. Arguments that are not a switch will be returned.
Input
option
- not used
argc
- number of arguments
argv
- arguments
ddf
- cfg ddf to use
Output
command_line
- formatted cfg buffer
left_over
- left over arguments
Return
CFG error code