Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-04 19:02:34 +00:00
parent e900464dd6
commit 062dac268f
9 changed files with 347 additions and 53 deletions
+2
View File
@@ -50,6 +50,8 @@ func main() {
startCmd(&binPath),
stopCmd(),
removeCmd(),
avatarCmd(),
displaynameCmd(),
)
if err := root.Execute(); err != nil {