refactor(cli): add commands/, prompt.rs, parse.rs scaffold (no-op)

This commit is contained in:
adlee-was-taken
2026-05-06 17:42:38 -04:00
parent bd3d53fddb
commit 02e05f7a05
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
//! Small parsers used by the CLI (`MM/YY[YY]`, lenient base32, MIME guess).
//!
//! Phase 7 of the CLI restructure migrates these to `relicario-core` and
//! turns this file into a thin re-export shim. They live here for now so
//! the Phase 1 relocation stays mechanical.