aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client.rs (follow)
Commit message (Collapse)AuthorAge
* feature-flags (#328)Conrad Ludgate2022-04-22
| | | | | | | | | | | | | * use feature flags * fmt * fix features * update ci * fmt Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* refactor commands for better separation (#313)Conrad Ludgate2022-04-21
* refactor commands for better separation * fmt