[PR #451] [MERGED] Update CLI help output #2768

Closed
opened 2026-03-15 21:02:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/451
Author: @hibiken
Created: 5/6/2022
Status: Merged
Merged: 5/6/2022
Merged by: @hibiken

Base: masterHead: enhance/cli


📝 Commits (10+)

  • e5d5ffc (cli): Improve help command output
  • ac7c0ab (cli): Remove distinction between core vs additional commands
  • 3aa7164 (cli): Add examples to each command
  • c9c1587 Hide help command in help output
  • 8255085 (cli): Add batch action support for aggregating tasks
  • 75be774 (cli): Capitalize description strings for commands and flags
  • 777c5bf (cli): Add examples to subcommands
  • f6f948e Add possible values for --state flag in help output
  • ef1448f Update usage string to use notation
  • 7cffdc7 (cli): Remove stale comment

📊 Changes

9 files changed (+429 additions, -111 deletions)

View changed files

📝 tools/asynq/cmd/cron.go (+15 -5)
📝 tools/asynq/cmd/group.go (+9 -5)
📝 tools/asynq/cmd/queue.go (+39 -14)
📝 tools/asynq/cmd/root.go (+237 -10)
📝 tools/asynq/cmd/server.go (+7 -3)
📝 tools/asynq/cmd/stats.go (+10 -13)
📝 tools/asynq/cmd/task.go (+106 -58)
📝 tools/go.mod (+3 -1)
📝 tools/go.sum (+3 -2)

📄 Description

Closes #444


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/451 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 5/6/2022 **Status:** ✅ Merged **Merged:** 5/6/2022 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `enhance/cli` --- ### 📝 Commits (10+) - [`e5d5ffc`](https://github.com/hibiken/asynq/commit/e5d5ffcf30c546b0d7db072fa383efab6eeacf8f) (cli): Improve help command output - [`ac7c0ab`](https://github.com/hibiken/asynq/commit/ac7c0ab1d270303641d7181b36cf3b34ce436ace) (cli): Remove distinction between core vs additional commands - [`3aa7164`](https://github.com/hibiken/asynq/commit/3aa716489cb4fa67b358a5d019d78c1a8ef0d2b8) (cli): Add examples to each command - [`c9c1587`](https://github.com/hibiken/asynq/commit/c9c1587fea27cf0d8c2e16479203f1fa808401dc) Hide help command in help output - [`8255085`](https://github.com/hibiken/asynq/commit/82550850dc82cd3de17d35a1d5b5cad5dae532c0) (cli): Add batch action support for aggregating tasks - [`75be774`](https://github.com/hibiken/asynq/commit/75be774f735d35b4429300d8d8c9d39c8c0f4358) (cli): Capitalize description strings for commands and flags - [`777c5bf`](https://github.com/hibiken/asynq/commit/777c5bf16539273d5be3d675bbb7a132243aedab) (cli): Add examples to subcommands - [`f6f948e`](https://github.com/hibiken/asynq/commit/f6f948ec041a9f4d4683d27b0c52b7ae25f75061) Add possible values for --state flag in help output - [`ef1448f`](https://github.com/hibiken/asynq/commit/ef1448fdd5b2d4b5750c5079d268fd601c023934) Update usage string to use <variable> notation - [`7cffdc7`](https://github.com/hibiken/asynq/commit/7cffdc7d4a0f9bf46c36adf4a97c254c78e02171) (cli): Remove stale comment ### 📊 Changes **9 files changed** (+429 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `tools/asynq/cmd/cron.go` (+15 -5) 📝 `tools/asynq/cmd/group.go` (+9 -5) 📝 `tools/asynq/cmd/queue.go` (+39 -14) 📝 `tools/asynq/cmd/root.go` (+237 -10) 📝 `tools/asynq/cmd/server.go` (+7 -3) 📝 `tools/asynq/cmd/stats.go` (+10 -13) 📝 `tools/asynq/cmd/task.go` (+106 -58) 📝 `tools/go.mod` (+3 -1) 📝 `tools/go.sum` (+3 -2) </details> ### 📄 Description Closes #444 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:02:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#2768
No description provided.