add version to accounts

This commit is contained in:
Willy Kloucek
2022-01-03 07:49:24 +01:00
parent 9aae5392fc
commit a77c8ac8dd
2 changed files with 54 additions and 1 deletions
+3 -1
View File
@@ -39,8 +39,10 @@ func Execute(cfg *config.Config) error {
ListAccounts(cfg),
InspectAccount(cfg),
RemoveAccount(cfg),
PrintVersion(cfg),
RebuildIndex(cfg),
Health(cfg),
PrintVersion(cfg),
},
}