add repos subcommand [continue #44] (#3) (#65)

This commit is contained in:
6543
2019-11-08 01:33:46 +00:00
committed by Lunny Xiao
parent 72b602409b
commit 5b3c92ee11
4 changed files with 151 additions and 1 deletions

View File

@ -39,6 +39,7 @@ func main() {
cmd.CmdIssues,
cmd.CmdPulls,
cmd.CmdReleases,
cmd.CmdRepos,
cmd.CmdLabels,
}
app.EnableBashCompletion = true