A terminal client for Tangled, the git forge built on AT Protocol.
Something went wrong. Try again.
1234567891011121314package cli
import ( "github.com/alyraffauf/tg/internal/app" "github.com/spf13/cobra")
func newIssueCommand(_ *app.Service) *cobra.Command { return &cobra.Command{ Use: "issue", Short: "Manage issues on a Tangled repository", }}