diff options
Diffstat (limited to 'dotup_cli/src/commands/mod.rs')
| -rw-r--r-- | dotup_cli/src/commands/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotup_cli/src/commands/mod.rs b/dotup_cli/src/commands/mod.rs index 94dc3fd..bd92599 100644 --- a/dotup_cli/src/commands/mod.rs +++ b/dotup_cli/src/commands/mod.rs | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | pub mod init; | 1 | pub mod init; |
| 2 | pub mod install; | 2 | pub mod install; |
| 3 | pub mod link; | 3 | pub mod link; |
| 4 | pub mod mv; | ||
| 4 | pub mod status; | 5 | pub mod status; |
| 5 | pub mod uninstall; | 6 | pub mod uninstall; |
| 6 | pub mod unlink; | 7 | pub mod unlink; |
