aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/commands/mod.rs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2022-02-08 09:19:19 +0000
committerdiogo464 <[email protected]>2022-02-08 09:19:19 +0000
commit0992c36733f58750da93921041424fd09f0158ed (patch)
tree4d4eeba8347ab3e10a26dddcb82b8578f3c2aec2 /dotup_cli/src/commands/mod.rs
parent6817631ddee3795af3a558bf38e477da4ae5b1cb (diff)
snapshot before removal
Diffstat (limited to 'dotup_cli/src/commands/mod.rs')
-rw-r--r--dotup_cli/src/commands/mod.rs1
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 @@
1pub mod init; 1pub mod init;
2pub mod install; 2pub mod install;
3pub mod link; 3pub mod link;
4pub mod mv;
4pub mod status; 5pub mod status;
5pub mod uninstall; 6pub mod uninstall;
6pub mod unlink; 7pub mod unlink;