-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
# 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 │ │
└────┴─────────────────────┴───────────────────────────────────┘
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers