jneeven / snaketalk

Simple mattermost python bot with webhook support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support click functions

jneeven opened this issue · comments

The class functions wrapped with listen_to should be allowed to be click functions, so we can nicely process any CLI flags etc.

The listener could simply listen for the command name and let click take care of the rest.