man clig_Version (Conventions) - declare version
NAME
::clig::Version - declare version
SYNOPSIS
package require clig namespace import ::clig::* setSpec db
Version version
DESCRIPTION
The Version command specifies a string to be used as a version-identification of the generated parser. Currently it is merely printed as part of the usage-information. An example using my favorite type of version numbers would be
Version 2000-01-31
SEE ALSO
clig(1), clig_Commandline(7), clig_Description(7), clig_Double(7), clig_Flag(7), clig_Float(7), clig_Int(7), clig_Long(7), clig_Name(7), clig_Rest(7), clig_String(7), clig_Usage(7), clig_parseCmdline(7)