feat!: remove all catalogue reads from app commands

This commit is contained in:
2024-07-08 16:20:38 +02:00
parent d7a870b887
commit 790dbca362
8 changed files with 8 additions and 72 deletions

View File

@ -78,7 +78,7 @@ var appNewCommand = cli.Command{
if c.Args().Get(1) == "" {
var version string
recipeVersions, err := recipe.GetRecipeVersions(internal.Offline)
recipeVersions, err := recipe.GetRecipeVersions()
if err != nil {
log.Fatal(err)
}