Skip to main content

Module global

Module global 

Source

Structs§

GlobalArgs
Global arguments for the CLI.

Constants§

VALUE_TAKING_GLOBAL_OPTIONS 🔒
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.

Functions§

emit_introspect_and_exit 🔒
init_thread_pool
Initialize the global thread pool.
pre_parse_flag_present 🔒
Returns whether flag is present among the binary’s leading top-level options.
pre_parse_flag_present_in 🔒