prs-cli 0.5.0

Secure, fast & convenient password manager CLI with GPG & git sync
pub mod arg;
pub mod handler;
pub mod matcher;
pub mod subcmd;

// Re-export modules
pub use self::handler::Handler;