cli/cli-plugins/hooks
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
..
printer.go cli-plugins: minor cleanups: use Println 2025-02-03 12:18:07 +01:00
printer_test.go cli-plugins: Introduce support for hooks 2024-03-22 17:30:18 +00:00
template.go plugins/templates: break on newlines when printing hooks 2024-04-15 12:59:53 +01:00
template_test.go plugins/templates: break on newlines when printing hooks 2024-04-15 12:59:53 +01:00