Files
2026-02-13 07:57:36 -05:00

10 lines
91 B
Go

package main
import (
"github.com/github/gh-stack/cmd"
)
func main() {
cmd.Execute()
}