DragonFly On-Line Manual Pages

Search: Section:  


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

NAME

::clig::Long - declare an option with parameters of type long

SYNOPSIS

package require clig namespace import ::clig::* setSpec db Long -opt varname usage [-c min max] {[-d default ...] | [-m]} [-r rmin rmax]

DESCRIPTION

The Long command works exactly as the Int command except that the generated C parser works with values of type long instead of int. For the Tcl parser it does not make a difference.

SEE ALSO

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

Search: Section: