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

@@ -2,9 +2,12 @@
//!
//! See module docs for the unlock flow and vault layout.
mod commands;
mod device;
mod gitea;
mod helpers;
mod parse;
mod prompt;
mod session;
use std::path::PathBuf;