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