botstrap-slackwise
Version:
Botstrap Splitwise integration
26 lines (25 loc) • 575 B
JSON
{
"name": "splitwise",
"command": ["splitwise", "sw"],
"description": "Do stuff with Splitwise",
"subcommands": {
"graph": {
"name": "graph",
"description": "Show a graph of all the balances in the group",
"usage": ["splitwise graph",
"splitwise graph --full"
]
},
"balance": {
"name": "balance",
"description": "Shows outstandanding balances in all currencies",
"usage": [
"splitwise balance",
"splitwise balance [target]"
]
},
"bal": {
"alias": "balance"
}
}
}