aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/sync.rs (follow)
Commit message (Collapse)AuthorAge
* Upgrade clap (#568)Conrad Ludgate2022-10-18
|
* Importer V3 (#395)Conrad Ludgate2022-05-09
| | | | | | | | | * start of importer refactor * fish * resh * zsh
* ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek2022-04-28
| | | | | | | * ignore JB IDEs * tidy-up imports * add rustfmt config
* 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