// sag is the command-line entry point.
package main

import "github.com/steipete/sag/cmd"

func main() {
	cmd.Execute()
}
