Constant argyle::FLAG_REQUIRED[][src]

pub const FLAG_REQUIRED: u8 = 0b0000_0001;

Flag: Argument(s) Required.

If a program is called with zero arguments — no flags, options, trailing args —, an error will be printed and the thread will exit with status code 1.