alopex-cli 0.6.0

Command-line interface for Alopex DB
1
2
3
4
5
pub mod commands;
pub mod config;

pub use commands::{execute_profile_command, execute_profile_tui};
pub use config::{ProfileManager, ResolvedConfig};