Skip to main content

RegisterFlags

Type Alias RegisterFlags 

Source
pub type RegisterFlags = Arc<dyn Fn(Command) -> Command + Send + Sync>;
Expand description

Hook used to add application-specific global flags to the root clap command.

Aliased Typeยง

pub struct RegisterFlags { /* private fields */ }