mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
The cli/command package defined two option-types with the same signature. This patch creates a new type instead (CLIOption), and makes the existing types an alias for this (deprecating their old names). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>