Expand description
jj-navi is a small CLI-focused library for navigating Jujutsu workspaces.
It exposes the binary entrypoint plus a narrow set of formatting and domain
types used by the test suite.
Modules§
- doctor
- Typed diagnostics produced by
navi doctor. - output
- Output rendering helpers for CLI-facing text and shell integration.
- types
- Core domain and presentation types used by
jj-navi.
Enums§
- Error
- Crate-wide error type.
Crate-wide error type for CLI, discovery, and
jjintegration failures.
Functions§
- run
- Run the CLI binary entrypoint with the provided binary name and argv. Run the CLI entrypoint for the provided binary name and argv.
Type Aliases§
- Result
- Crate-wide error type. Crate-wide result alias.