mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
This should make it easier for people to write custom composefile parser without duplicating too much code. It takes the default transformers and any additional number of transformer for any types. That way it's possible to transform a `cli/compose` map into a custom type that would use some of `cli/compose` types and its own. Signed-off-by: Vincent Demeester <vincent@sbr.pm>