mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
This patch removes the explicit `commands.AddCommands` function and instead relies upon the `internal/commands` package which registers each CLI command using `init()` instead. Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>