pub const DISPATCH_FLAG: &str = "--invoke-bundled";Expand description
The leading flag that signals a bundled-command dispatch.
Deliberately obscure so that it’s unlikely to collide with future first-class shell flags or with scripts that happen to contain the literal token.