mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #451] [MERGED] Update CLI help output #2768
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2768
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:enhance/cli📝 Commits (10+)
e5d5ffc(cli): Improve help command outputac7c0ab(cli): Remove distinction between core vs additional commands3aa7164(cli): Add examples to each commandc9c1587Hide help command in help output8255085(cli): Add batch action support for aggregating tasks75be774(cli): Capitalize description strings for commands and flags777c5bf(cli): Add examples to subcommandsf6f948eAdd possible values for --state flag in help outputef1448fUpdate usage string to use notation7cffdc7(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.