Skip to main content

Module commands

Module commands 

Source
Expand description

One module per command. Each owns its argument validation, source calls and rendering; main.rs only dispatches and maps errors to exit codes.

Modules§

cite
download
get
read
search
sources

Enums§

CommandError
What went wrong, and how the process should exit.

Functions§

emit
Write to a file when -o was given, otherwise to stdout.
failed
render
Render papers in the requested format.

Type Aliases§

CommandResult