Skip to content

Commit

Permalink
entries: implemented "to" & "from" parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
phiros committed Apr 2, 2019
1 parent d63ae53 commit 86d17be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions list-services.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var listServicesCommand = &cobra.Command{
services, err := api.Services()
if err != nil {
_, _ = fmt.Fprintln(os.Stderr, err)
return
}

t := tabby.New()
Expand Down

0 comments on commit 86d17be

Please sign in to comment.