mirror of
https://github.com/mudler/luet.git
synced 2025-09-19 01:10:58 +00:00
Use cobra for build --full
This commit is contained in:
@@ -78,7 +78,7 @@ var buildCmd = &cobra.Command{
|
||||
nodeps := viper.GetBool("nodeps")
|
||||
onlydeps := viper.GetBool("onlydeps")
|
||||
keepExportedImages := viper.GetBool("keep-exported-images")
|
||||
full := viper.GetBool("full")
|
||||
full, _ := cmd.Flags().GetBool("full")
|
||||
|
||||
compilerSpecs := compiler.NewLuetCompilationspecs()
|
||||
var compilerBackend compiler.CompilerBackend
|
||||
|
Reference in New Issue
Block a user