const VALUE_TAKING_GLOBAL_OPTIONS: &[&str];Expand description
Value-taking global options declared on GlobalArgs; their following
argv token is the value, not a flag, and must not be considered by the
pre-parse scan. Must stay in sync with the #[arg(... long, short)]
declarations above.