You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the pomodoro is running, sometimes user may(?) want to know what was the configuration.
To solve this curiosity, it would be nice to provide this
# IPC mode> pomodoro config list
# standalone mode> config list
# expected output sample
[2023-03-28T11:56:07Z INFO pomodoro::configuration]
config flag result!
┌────┬─────────────────────┬───────────────────────────────────┐
│ ok │ desc │ reason │
├────┼─────────────────────┼───────────────────────────────────┤
│ O │ no config err │ │
├────┼─────────────────────┼───────────────────────────────────┤
│ X │ slack_channel │ can not find slack config in json │
├────┼─────────────────────┼───────────────────────────────────┤
│ X │ slack_token │ can not find slack config in json │
├────┼─────────────────────┼───────────────────────────────────┤
│ O │ discord_webhook_url │ │
└────┴─────────────────────┴───────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Description
When the pomodoro is running, sometimes user may(?) want to know what was the configuration.
To solve this curiosity, it would be nice to provide this
The text was updated successfully, but these errors were encountered: