Expand description
Validation utilities for user-provided arguments (CLI-friendly).
The parsers here return Result<_, String> so they plug directly into
clap’s value_parser attribute. The error strings are short, user-facing
messages suitable for terminal output.
Functions§
- parse_
date - Strictly parse a calendar date in
YYYY-MM-DDformat. - parse_
tags - Parse a comma-separated tag list into a vector of tags.