2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-23 10:16:12 +08:00

Change asynqmon history command to take no arguments

This commit is contained in:
Ken Hibino
2020-01-19 15:04:52 -08:00
parent 959c9fd01a
commit 9e872a4cb4
2 changed files with 12 additions and 29 deletions

View File

@@ -31,7 +31,7 @@ var rmqForce bool
func init() {
rootCmd.AddCommand(rmqCmd)
rmqCmd.Flags().BoolVarP(&rmqForce, "force", "f", false, "Remove the queue regardless of its size")
rmqCmd.Flags().BoolVarP(&rmqForce, "force", "f", false, "remove the queue regardless of its size")
}
func rmq(cmd *cobra.Command, args []string) {