restored from backups

This commit is contained in:
2025-05-29 08:30:16 -07:00
parent 8c08c2e748
commit 3d90388b5b
8 changed files with 708 additions and 212 deletions

View File

@@ -1,5 +1,7 @@
package main
import "git.eeqj.de/sneak/secret/internal/secret"
func main() {
CLIEntry()
secret.CLIEntry()
}