kgen_interpret_clui_args - gets arguments for software object off command line, from interactive prompting, or from answer file
LIBRARY CALL
int kgen_interpret_clui_args(
char *tbname,
char *oname,
kform *form,
int prompting)
INPUT
tbname - name of toolbox in which software object exists
oname - name of software object
form - the form tree associated with
the program objects's *.pane file
prompting - TRUE if we are doing interactive
prompting as requested by [-P].
OUTPUT
none
RETURN VALUE
TRUE if successful, FALSE otherwise.
DESCRIPTION
Given a software object, interprets the arguments for the
program from its *.pane file, and gets those arguments
either from the command line, from the user with interactive
prompting, or from an answer file.