kgen_generate_clui - generate code for command line interface
LIBRARY CALL
int
kgen_generate_clui(
kobject object)
INPUT
object - software object for which to generate code
OUTPUT
none
RETURN VALUE
TRUE if successful, FALSE otherwise.
DESCRIPTION
Generates code & documentation for a software object,
including the CLUI information structure, code to extract
user input from the command line and store it in the CLUI
information structure, code to print the usage statement
for the program, the skeleton main program, the man page,
the online help page, and so on.