Modulesยง
- cli
- commands
- One module per command. Each owns its argument validation, source calls and
rendering;
main.rsonly dispatches and maps errors to exit codes. - download
- identifier
- output
- read
- registry
- The one place that maps a source name to everything the commands need: its base URL, what it can do, and which functions to call.
- sources