Skip to main content

run

Function run 

Source
pub fn run(
    args: &LogoutArgs,
    cfg: &Config,
    renderer: &mut dyn Renderer,
) -> Result<(), Diagnostic>
Expand description

Log out from a DSP server.

Loads the auth cache, removes the server entry if present, persists the change, and renders the outcome. Always returns Ok(()).