Skip to main content

custom_dispatch

Function custom_dispatch 

Source
pub fn custom_dispatch(tokens: &[Token]) -> Option<Verdict>
Expand description

Looks up the command in the runtime custom registry (project-local .safe-chains.toml, then user-level ~/.config/safe-chains.toml). A match here wins over the built-in hardcoded handlers, which is how an override of gh takes effect.