cmd-zet/main.go
Oliver Davies 9019f4579d Add titles command to show all IDs and titles
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-24 01:35:17 +01:00

7 lines
97 B
Go

package main
import "code.oliverdavies.uk/opdavies/cmd-zet/cmd"
func main() {
cmd.Execute()
}