pending.nvim/lua
Barrett Ruth 8cfdafe464 feat(parse): add parse_duration_to_days for duration string conversion
Problem: The archive command accepted only a bare integer for days,
inconsistent with the `+Nd`/`+Nw`/`+Nm` duration syntax used elsewhere.

Solution: Add `parse_duration_to_days()` supporting `Nd`, `Nw`, `Nm`,
and bare integers. Returns nil on invalid input for caller error handling.
2026-03-08 20:25:22 -04:00
..
pending feat(parse): add parse_duration_to_days for duration string conversion 2026-03-08 20:25:22 -04:00