mirror of
https://github.com/docker/cli.git
synced 2026-08-28 02:24:15 -05: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>