INNER CODE UNIT · Python
pending_base
Barre/ZeroFS · packaging/kernel/kernel_targets/cli.py:169
pending_base = load_catalog(arguments.pending_base)
pending_head = load_catalog(arguments.pending_head)
document = reconcile_candidates(
catalog,
candidates,
pending_base=pending_base,
pending_head=pending_head,
)
write_manifest(arguments.manifest, document)
return 0
fail(f"unsupported command: {arguments.command}")
def run() -> None:
try:
raise SystemExit(main())
except ManifestError as error: