feat: add update command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-26 21:36:03 +02:00
parent e3292b0c73
commit 17cb06904f
4 changed files with 33 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
pub mod root;
pub mod shell;
pub mod update;