[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Command-line ordering options.
Source position: getopts.pp line 34
type Orderings = ( |
||
require_order, |
|
Don't touch the ordering of the command-line options |
permute, |
|
Change command-line options. |
return_in_order |
|
Return options in the correct order. |
); |