mirror of
https://github.com/moby/moby.git
synced 2026-07-08 15:48:52 +00:00
- Moving the `common*.go` files in `cmd/dockerd` directly (it's the only place it's getting used) - Rename `cli/flags` to `cli/config` because it's the only thing left in that package 👼 Now, `integration-cli` does *truly* not depend on `cobra` stuff. Signed-off-by: Vincent Demeester <vincent@sbr.pm>