diff options
| author | diogo464 <[email protected]> | 2022-02-08 09:21:12 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2022-02-08 09:21:12 +0000 |
| commit | 92b05a877eb772985d2f4fc9cd198ca642b69b6a (patch) | |
| tree | 4a2edc173b8809e929e4abc47899ae9c6d956684 /dotup_cli/src/commands/mod.rs | |
| parent | 0992c36733f58750da93921041424fd09f0158ed (diff) | |
removed old code
Diffstat (limited to 'dotup_cli/src/commands/mod.rs')
| -rw-r--r-- | dotup_cli/src/commands/mod.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dotup_cli/src/commands/mod.rs b/dotup_cli/src/commands/mod.rs deleted file mode 100644 index bd92599..0000000 --- a/dotup_cli/src/commands/mod.rs +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | pub mod init; | ||
| 2 | pub mod install; | ||
| 3 | pub mod link; | ||
| 4 | pub mod mv; | ||
| 5 | pub mod status; | ||
| 6 | pub mod uninstall; | ||
| 7 | pub mod unlink; | ||
| 8 | |||
| 9 | mod prelude { | ||
| 10 | pub use crate::prelude::*; | ||
| 11 | } | ||
