Commit graph

5 commits

Author SHA1 Message Date
Benjamin Lee
b93d4f471c
add 'db migrate' command option to specify target version 2024-09-26 15:21:07 -07:00
Benjamin Lee
6446822bf2
add 'db migrate' subcommand 2024-09-26 15:04:34 -07:00
Benjamin Lee
5315bac0c5
split out separate error type for serve command 2024-09-21 14:11:40 -07:00
Benjamin Lee
86515d53cc
move 'serve' command logic into a submodule of 'cli'
The changes to 'main.rs' and 'cli/serve.rs' in this commit are almost
pure code-motion.
2024-09-21 14:11:39 -07:00
Benjamin Lee
be87774a3b
set up structure for multiple cli commands
The previous cli is now behind the 'serve' subcommand.
2024-09-21 14:11:26 -07:00