Remove code for parsing DAB files (#1435)

* Remove code for parsing DAB files

Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
This commit is contained in:
Shivam Sandbhor
2021-10-01 19:16:09 +08:00
committed by GitHub
parent a4c784d7ee
commit 41cd3108d9
8 changed files with 6 additions and 374 deletions
+1 -2
View File
@@ -106,8 +106,7 @@ var convertCmd = &cobra.Command{
MultipleContainerMode: MultipleContainerMode,
}
// Validate before doing anything else. Use "bundle" if passed in.
app.ValidateFlags(GlobalBundle, args, cmd, &ConvertOpt)
app.ValidateFlags(args, cmd, &ConvertOpt)
app.ValidateComposeFile(&ConvertOpt)
},
Run: func(cmd *cobra.Command, args []string) {