add del command

add tests for all commands

wrap entry point with fang

add --version flag
target to Taskfile
This commit is contained in:
2026-03-29 21:15:56 +01:00
parent 8f6a5d4472
commit 8059255d52
16 changed files with 520 additions and 80 deletions

22
.gitignore vendored
View File

@@ -1,6 +1,6 @@
# Auto-generated .gitignore by gignore: github.com/onyx-and-iris/gignore
# Generated by ignr: github.com/onyx-and-iris/ignr
### Go ###
## Go ##
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
@@ -10,18 +10,30 @@
*.dll
*.so
*.dylib
bin/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# End of gignore: github.com/onyx-and-iris/gignore
# env file
.env
# Editor/IDE
# .idea/
# .vscode/
# End of ignr
testdata/