Make transit import command work for the transform backend (#20668)

* Add import and import-version commands for the transform backend
This commit is contained in:
Larroyo
2023-05-25 15:33:27 -05:00
committed by GitHub
parent bea964cb5d
commit 1336abddfe
7 changed files with 221 additions and 14 deletions

View File

@@ -54,5 +54,5 @@ func (c *TransitImportVersionCommand) AutocompleteFlags() complete.Flags {
}
func (c *TransitImportVersionCommand) Run(args []string) int {
return importKey(c.BaseCommand, "import_version", c.Flags(), args)
return ImportKey(c.BaseCommand, "import_version", transitImportKeyPath, c.Flags(), args)
}