Expand description
Command-line surface (frozen) + mechanical arg→params conversion.
The clap structs here define the stable command surface. Rendering and dispatch
behavior is wired in [crate::main] / crate::output (owned by the cli agent),
but the flags, defaults, and the arg→FetchParams mapping below are foundation.
Structs§
- Cache
Args - Cli
- An AI-friendly RSS/Atom feed CLI.
- Discover
Args - Fetch
Args - Schema
Args - Show
Args
Enums§
- Cache
Action - Command
- Content
Arg - Content extraction format, as selected on the command line.
- Format
Arg - Output format, as selected on the command line.
Functions§
- parse_
duration - Parse a simple duration like
30s,15m,2h,7d,1w. - parse_
since - Parse a
--sincevalue: a relative duration (2h,7d) or an ISO-8601 instant.