Add docker pull images to main command batch array. Among other cleanup

This commit is contained in:
Ryan Sullivan
2018-10-24 00:48:10 -04:00
parent 008bbaf47b
commit b31b4bf099
2 changed files with 9 additions and 11 deletions

View File

@@ -153,7 +153,7 @@ func main() {
},
cli.StringSliceFlag{
Name: "cache-from",
Usage: "cache from",
Usage: "images to consider as cache sources",
EnvVar: "PLUGIN_CACHE_FROM",
},
cli.BoolFlag{