mirror of
https://github.com/containers/podman.git
synced 2026-03-27 19:13:49 -04:00
- Change function signatures to return error instead of calling os.Exit() - Update cobra commands to use RunE instead of Run for proper error handling - Remove unused imports (fmt, os, define) - Remove FIXME comments about error handling inconsistency This allows defer statements to run properly and improves testability. Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>