Expand description
CLI dispatch and the shared application context.
Modules§
- dejavu_
cli - The
dejavuCLI 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
dejavucommand to its handler. Returns the process exit code. Note: theRunpath is handled directly inbin/dejavu.rs(it needs the exit-code guard) and never reaches here.