pub type RegisterFlags = Arc<dyn Fn(Command) -> Command + Send + Sync>;
Hook used to add application-specific global flags to the root clap command.
clap
pub struct RegisterFlags { /* private fields */ }