busybar / cmd / cli / main.go
main.go
Raw
package main

import "github.com/danielrhuynh/busybar/cmd/cli/cmd"

func main() {
	cmd.Execute()
}