package main import ( "github.com/mitchell/selfpass/cli/commands" ) func main() { commands.Execute() }