feat: add GoTagClear command

This commit is contained in:
Oliver 2024-03-24 17:57:36 +08:00
parent ac27f4b679
commit f97eca8e22
3 changed files with 13 additions and 0 deletions

View file

@ -6,6 +6,7 @@ local cmd = require "gopher._utils.commands"
API.install_deps = require "gopher.installer"
API.tags_add = tags.add
API.tags_rm = tags.remove
API.tags_clear = tags.clear
API.impl = require "gopher.impl"
API.iferr = require "gopher.iferr"
API.comment = require "gopher.comment"