selfpass/cmd/spc/main.go

10 lines
107 B
Go

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