package main

import (
	"github.com/khlieng/dispatch/commands"
)

func main() {
	commands.Execute()
}