From 0992c36733f58750da93921041424fd09f0158ed Mon Sep 17 00:00:00 2001 From: diogo464 Date: Tue, 8 Feb 2022 09:19:19 +0000 Subject: snapshot before removal --- dotup_cli/src/commands/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'dotup_cli/src/commands/mod.rs') 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 @@ pub mod init; pub mod install; pub mod link; +pub mod mv; pub mod status; pub mod uninstall; pub mod unlink; -- cgit