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