Constant argyle::FLAG_SUBCOMMAND

source ·
pub const FLAG_SUBCOMMAND: u8 = 0b0000_0010;
Expand description

§Flag: Expect Subcommand.

Set this flag to treat the first value as a subcommand rather than a trailing argument. (This fixes the edge case where the command has zero dash-prefixed keys.)