Expand description
Middleware hooks for the crate::cli::Cli dispatch loop.
Implement Middleware and register it with crate::Cli::with_middleware
to intercept the parse-dispatch lifecycle.
Traitsยง
- Middleware
- Hook into the
crate::cli::Cliparse-and-dispatch lifecycle.