Expand description
Pure logic for zenith library list, zenith library show, and zenith library add.
The registry/resolver lives in crate::library; this module turns a
resolved set of packs into stdout text (list), inspects individual items
(show), and materializes library items into target documents (add).
None of these functions touch the filesystem — the dispatcher reads/writes
files and calls crate::library::resolve_packs.
Submodules:
Structs§
- AddCmd
Err - Error produced by the
library addcommand. - AddResult
- The successful outcome of
library add: the canonical formatted source to write back (or print on--dry-run) plus a human-readable summary. - Show
CmdErr - Error produced by the
library showcommand.