Skip to main content

Module cli

Module cli 

Source
Expand description

CLI dispatch and the shared application context.

Modules§

dejavu_cli
The dejavu CLI command tree.

Structs§

AppCtx
Resolved context every command needs: the repo, its cache layout, the effective config, and the active session id (if any).

Functions§

run
Dispatch a parsed dejavu command to its handler. Returns the process exit code. Note: the Run path is handled directly in bin/dejavu.rs (it needs the exit-code guard) and never reaches here.