(cli): Improve help command output

This commit is contained in:
Ken Hibino
2022-05-06 16:18:40 -07:00
committed by GitHub
parent 9116c096ec
commit 4dd2b5738a
9 changed files with 425 additions and 107 deletions

View File

@@ -3,13 +3,15 @@ module github.com/hibiken/asynq/tools
go 1.13
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/fatih/color v1.9.0
github.com/go-redis/redis/v8 v8.11.4
github.com/hibiken/asynq v0.23.0
github.com/hibiken/asynq/x v0.0.0-20220131170841-349f4c50fb1d
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.11.0
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136
)