DragonFly On-Line Manual Pages

Search: Section:  


CLIG(1)                       Programmer's Manual                      CLIG(1)

NAME

::clig::Name - set the program name to be used in the manual page

SYNOPSIS

package require clig namespace import ::clig::* setSpec db Name program-name

DESCRIPTION

The Name-command specifies the name of the program. The string program-name is used in the generated manual page and also specifies the default name of the manual page. However the specified name is not used anywhere else in the parser because use of argv[0] is preferred there.

SEE ALSO

clig_Version(n), clig_Usage(n), clig_Float(n), clig(1), clig_Int(n), clig_Commandline(n), clig_Long(n), clig_Flag(n), clig_String(n), clig_Double(n), clig_Rest(n), clig_Description(n), clig_parseCmdline(n) Kir 1.9.11.1 CLIG(1)

Search: Section: