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

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