Expand description
doiget bib <ref> subcommand — emit a BibTeX entry for a stored entry.
Reads the stored Metadata for a
Ref and writes a BibTeX entry on stdout. The actual rendering
lives in doiget_core::store::render::to_bibtex so the CLI and the
doiget_bibtex_export MCP tool share one implementation (Slice 15b).
See that function’s docs for the field/entry-type mapping and the
brace-stripping policy.
Functions§
- run
- Run the
bibsubcommand against the configured store.