Add 'databases' command.

This commit is contained in:
Ben Johnson
2020-12-30 16:10:48 -07:00
parent 11d7d22383
commit cff778464e
7 changed files with 78 additions and 20 deletions

View File

@@ -14,10 +14,6 @@ import (
type GenerationsCommand struct{}
func NewGenerationsCommand() *GenerationsCommand {
return &GenerationsCommand{}
}
func (c *GenerationsCommand) Run(ctx context.Context, args []string) (err error) {
var configPath string
fs := flag.NewFlagSet("litestream-generations", flag.ContinueOnError)