Constant argyle::FLAG_DYNAMIC_HELP[][src]

pub const FLAG_DYNAMIC_HELP: u8 = 0b0000_0100;
Expand description

Flag: Check For Help Flag.

When set, Argue will return ArgyleError::WantsDynamicHelp if help args are present. The subcommand, if any, is included, allowing the caller to dynamically handle output.