Add tea open (#101)

Fix open default to home page

Improve path join and open with no arg

add labels and milestones

Add tea open

Reviewed-on: https://gitea.com/gitea/tea/pulls/101
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
Lunny Xiao
2020-04-01 03:22:24 +00:00
committed by John Olheiser
parent b37673c954
commit 7a10ea10df
12 changed files with 245 additions and 0 deletions

View File

@ -42,6 +42,7 @@ func main() {
&cmd.CmdRepos,
&cmd.CmdLabels,
&cmd.CmdTrackedTimes,
&cmd.CmdOpen,
}
app.EnableBashCompletion = true
err := app.Run(os.Args)