Gitea 서버와 상호 작용. 더 많은 정보: https://gitea.com/gitea/tea.
tea login add --name "{{이름}}" --url "{{URL}}" --token "{{토큰}}"
tea repos ls
tea issues ls
tea issues ls --repo "{{저장소}}"
tea issues create --title "{{제목}}" --body "{{본문}}"
tea pulls ls
tea open