-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
phase-4Phase 4: AdvancedPhase 4: Advanced
Description
Command: whcli config
# View all config
whcli config
# Get specific value
whcli config get notifications.telegram.chatId
# Set value
whcli config set defaultFormat json
whcli config set defaultRows 50
# Reset to defaults
whcli config resetConfig File
~/.whcli/config.json:
{
"defaultFormat": "table",
"defaultRows": 30,
"notifications": {
"telegram": {
"botToken": "...",
"chatId": "..."
},
"desktop": true
},
"colors": true
}Implementation
Use conf package for config management.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
phase-4Phase 4: AdvancedPhase 4: Advanced