package main import ( "github.com/fmartingr/games-screenshot-manager/pkg/cli" ) func main() { cli.Start() }