fix(queue): add --format=json and --limit flags to queue list #258
Reference in New Issue
Block a user
Delete Branch "fix/issue-246"
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?
Summary
--format=jsonflag to output queue items in JSON format withitems,total, andpendingfields--limit=Nflag (default 10) to control how many items to returnpending_sinceascendingJSON Output Format
Related Issue
Closes #246
lgtm