Lem/Docs

paper

Show one paper selected by exact id or title substring.

Invocation#

Shell
lem-cli paper <id-or-title>

Inputs and options#

  • id-or-title is required. Words after paper are joined with spaces, so an unquoted multiword title is accepted.
  • A UUID match is case-insensitive and exact; title matching is a case-insensitive substring.

Output and state#

Prints the selected paper's metadata as JSON and does not write state.

Refusals#

  • An empty selector refuses with “this command requires a paper id or title”.
  • No match refuses with “no paper matched '<selector>' in registry at <path>”. If more than one title contains the selector, the first registry match is returned rather than refused.