watercooler-labs / toggl-cli

🕐 Command Line App for Toggl Track

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract the command handling functions as a trait

heytherewill opened this issue · comments

We need to have a trait for each command in the app. Since they are all isolated, common code can live elsewhere. This is to simplify testing and declutter main.rs