package main

import (
    "paste.ee/cli/cmd"
)

func main() {
    cmd.Execute()
}