github.com/gemaraproj/gemara@v1.3.0

cmd/main.go raw

 1// SPDX-License-Identifier: Apache-2.0
 2
 3package main
 4
 5import (
 6	"github.com/gemaraproj/gemara/internal/cmd"
 7)
 8
 9func main() {
10	cmd.Execute()
11}