Skip to main content

run

Function run 

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

Cache a pre-issued bearer token read from stdin.

Reads a JWT from stdin, then delegates to [run_from_line] for the trim→empty-guard→decode→probe→cache→render flow.