Add tea comment and show comments of issues/pulls #313

Merged
6543 merged 10 commits from noerw/tea:issue-172-comments into master 2020-12-21 16:07:36 +00:00
Showing only changes of commit 5953c36492 - Show all commits

View File

@ -5,7 +5,6 @@
package times
import (
"fmt"
"strings"
"time"
@ -59,7 +58,6 @@ func RunTimesList(cmd *cli.Context) error {
var err error
user := ctx.Args().First()
fmt.Println(ctx.Command.ArgsUsage)
if user == "" {
// get all tracked times on the repo
times, _, err = client.GetRepoTrackedTimes(ctx.Owner, ctx.Repo)