rrcm 0.4.3

Rust RC file Management commands
Documentation
1
2
3
4
5
6
7
pub mod config;
mod deploy_status;
mod fs;
mod path;
mod subcommand;

pub use subcommand::{deploy, status, undeploy, update};