mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
The RegisterLegacy and Register functions register constructors for commands, so we should expect them to be a fresh copy that is not shared, which means that we can mutate the command in-place. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>