clig(7)

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_Name(7), clig_Double(7), clig(1), clig_Usage(7), clig_Version(7), clig_Float(7), clig_Rest(7), clig_Description(7), clig_String(7), clig_Flag(7), clig_Commandline(7), clig_parseCmdline(7), clig_Int(7)
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout