2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 11:31:58 +08:00

Update CLI description

This commit is contained in:
Ken Hibino 2019-12-21 07:01:03 -08:00
parent 6df302689c
commit fc66aaa47f

View File

@ -21,7 +21,7 @@ var rootCmd = &cobra.Command{
Short: "A monitoring tool for asynq queues",
Long: `Asynqmon is a CLI tool to inspect and monitor queues managed by asynq package.
Asynqmon has a few subcommands to query and mutate the current state of the queues.
Asynqmon has a few commands to query and mutate the current state of the queues.
Monitoring commands such as "stats" and "ls" can be used in conjunction with the
"watch" command to continuously run the command at a certain interval.