mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
To do this we add a stub `cobra.Command` for each installed plugin (only when invoking `help`, not for normal running). This requires a function to list all available plugins so that is added here. Signed-off-by: Ian Campbell <ijc@docker.com>