macro_rules! process_cli {
    ($cli:ident, $config:ident, $db:ident) => { ... };
    ($cli:ident, $config:ident, $db:ident, $client:expr) => { ... };
}