aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/init.rs (follow)
Commit message (Collapse)AuthorAge
* Allow stateless commands to be run without config/database (#544)c-142022-09-25
| | | | | | | | | | | | | | * Allow stateless commands to be run without config/database Fixes an issue where gen-completions fails trying to create a config directory in restrained build environments/distribution. * move non-db commands up to core subcommands * re-add lost lines * re-add lost lines Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
* refactor commands for better separation (#313)Conrad Ludgate2022-04-21
* refactor commands for better separation * fmt