command-vault 0.3.0

An advanced command history manager with tagging and search capabilities
Documentation
1
2
3
4
5
pub mod app;
pub mod add;

pub use app::App;
pub use add::AddCommandApp;