uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 153 forks source link

Removed global flags from cmd package #166

Closed apourchet closed 5 years ago

apourchet commented 5 years ago

Moved all of the flags into their respective structs. Using global flags would create some collisions with some commands we want to add.