aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/commands/mod.rs
blob: ef7fd0f184a62f3431d53a1abf2feca7ab729d22 (plain)
1
2
3
4
5
6
7
8
9
pub mod init;
pub mod install;
pub mod link;
pub mod uninstall;
pub mod unlink;

mod prelude {
    pub use crate::prelude::*;
}