package main
import (
"github.com/khlieng/name_pending/commands"
)
func main() {
commands.Execute()
}