
tea
List of commands for tea:
-
tea:tldr:317fa tea: Display a list of issues.$ tea issues lstry on your machineexplain this command
-
tea:tldr:8e70c tea: Display all repositories.$ tea repos lstry on your machineexplain this command
-
tea:tldr:90a8a tea: Display a list of open pull requests.$ tea pulls lstry on your machineexplain this command
-
tea:tldr:c2f0d tea: Log into a Gitea server.$ tea login add --name "${name}" --url "${url}" --token "${token}"try on your machineexplain this command
-
tea:tldr:e2882 tea: Create a new issue.$ tea issues create --title "${title}" --body "${body}"try on your machineexplain this command
-
tea:tldr:f35d7 tea: Display a list of issues for a specific repository.$ tea issues ls --repo "${repository}"try on your machineexplain this command
-
tea:tldr:f761c tea: Open the current repository in a browser.$ tea opentry on your machineexplain this command