package main import ( "github.com/rjNemo/go-pass-gen/app" ) func main() { app.Execute() }