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