Files
docker-cli/cli/command/plugin
Sebastiaan van Stijn 71ebbb81ae cli/command/plugins: use errors.Join instead of custom cli.Errors
This command was using a custom "multi-error" implementation, but it
had some limitations, and the formatting wasn't great.

This patch replaces it with Go's errors.Join.

Before:

    docker plugin remove one two three
    Error response from daemon: plugin "one" not found, Error response from daemon: plugin "two" not found, Error response from daemon: plugin "three" not found

After:

    docker plugin remove one two three
    Error response from daemon: plugin "one" not found
    Error response from daemon: plugin "two" not found
    Error response from daemon: plugin "three" not found

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-10-19 10:32:54 +02:00
..
2017-10-26 12:21:02 -04:00
2024-07-04 01:35:12 +02:00
2023-12-12 22:30:16 +01:00
2023-12-12 22:30:16 +01:00
2024-07-04 01:35:12 +02:00
2024-06-18 12:17:13 +02:00
2024-07-04 01:35:12 +02:00
2024-05-17 14:39:49 +02:00
2024-07-04 01:35:12 +02:00
2023-12-12 22:30:16 +01:00
2023-12-12 22:30:16 +01:00
2024-07-04 01:35:12 +02:00
2023-12-12 22:30:16 +01:00
2024-07-04 01:35:12 +02:00