slack-cli
slack-cli copied to clipboard
Added human flag for reminder list and reminder info
As an addition to the reminder
functionality there is now a way to output both reminder list
and reminder info
in human readable form.
This outputs something along the lines of this:
➜ reminder list --human
♲ My recurring reminder (id: Rm66APGDDV)
♲ Do something when event happens (id: Rm39APGEDF)
♲ Check in with Paul (id: Rm83APGSDR)
✓ I completed something (id: RmJELLGW9J)
✗ This shows a non completed reminder (id: Rm74BJGEKD)
• Added --human
flag to show human readable info about reminders. If flag is not set we default to showing JSON data
• Added docs for --human flag