cli/cli-plugins
Sebastiaan van Stijn b10b79e6fd
cli-plugins: minor cleanups: use Println
- use Println to print newline instead of custom format
- suppress some errors to make my IDE and linters happier
- use res.Assert() with icmd.Expected{} where possible to make
  assertions not depend on newline / whitespace randomness
- use apiClient instead of client for the API client to
  prevent shadowing imports.
- use dockerCLI with Go's standard camelCase casing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-03 12:18:07 +01:00
..
examples/helloworld cli-plugins: minor cleanups: use Println 2025-02-03 12:18:07 +01:00
hooks cli-plugins: minor cleanups: use Println 2025-02-03 12:18:07 +01:00
manager cli-plugins: Simplify addPluginCandidatesFromDir 2024-11-28 14:33:49 +01:00
plugin cmd/docker: enable cobra completion descriptions 2025-01-17 14:30:11 +01:00
socket plugins: don't panic on Close if PluginServer nil 2024-08-07 14:04:31 +01:00