aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/commands/mod.rs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2021-12-24 21:01:11 +0000
committerdiogo464 <[email protected]>2021-12-24 21:01:11 +0000
commitffcb43df8f39a55be468cf4bdfecd72dd026d940 (patch)
tree252bb880ebb268a88c3c043f21ff4c923d905451 /dotup_cli/src/commands/mod.rs
parent793b726b1393210bbfc934bb8236066ae52ebdab (diff)
initial implementation of status command
closes #1
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 ef7fd0f..94dc3fd 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 status;
4pub mod uninstall; 5pub mod uninstall;
5pub mod unlink; 6pub mod unlink;
6 7