Next: , Previous: , Up: Option Argument Specification   [Contents][Index]


7.5.6.3 Arg Type Boolean

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.