Constant argyle::FLAG_DYNAMIC_HELP

source ·
pub const FLAG_DYNAMIC_HELP: u8 = 0b0000_0100;
Available on crate feature dynamic-help only.
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.