[BREAKING] new pull-if-needed no-rebuild (#32)

* Old inverted names removed
This commit is contained in:
ChristopherHX
2025-01-29 17:25:39 +01:00
committed by GitHub
parent 6d45508104
commit 592dc4bf2c
2 changed files with 6 additions and 6 deletions

View File

@@ -21,8 +21,8 @@ type Input struct {
inputs []string
platforms []string
dryrun bool
forcePull bool
forceRebuild bool
pullIfNeeded bool
noRebuild bool
noOutput bool
envfile string
inputfile string