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

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