1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00
Files
cli/cli-plugins
Sebastiaan van Stijn 7af509c7f1 cli/command: merge DockerCliOption and InitializeOpt types
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>
2023-12-12 15:01:36 +01:00
..