Next: arg-type keyword, Previous: arg-type number, Up: Option Arguments [Contents][Index]
arg-type = boolean;
The argument will be interpreted and always yield either AG_TRUE or
AG_FALSE. False values are the empty string, the number zero, or a
string that starts with f
, F
, n
or N
(representing False or No). Anything else will be interpreted as True.