added short command for get but needs some restructuring

This commit is contained in:
2024-02-15 14:31:22 +01:00
parent a3d894cfb5
commit 5a2e182453
3 changed files with 46 additions and 26 deletions

View File

@@ -62,8 +62,6 @@ func debugTags() {
}
addTag(tags, "new_command", "a new command description")
removeTag(tags, "test_command")
modifyTag(tags, "another_test_command", "updated command description")
err = writeTags("data.json", tags)
if err != nil {