refactor(cli): add commands/, prompt.rs, parse.rs scaffold (no-op)
This commit is contained in:
5
crates/relicario-cli/src/parse.rs
Normal file
5
crates/relicario-cli/src/parse.rs
Normal 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.
|
||||
Reference in New Issue
Block a user