From 827ba083a79e780caaa135805d2a4dc6a96e5f08 Mon Sep 17 00:00:00 2001 From: markmental Date: Mon, 24 Nov 2025 16:41:47 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0cf50..da37e7c 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ public: private: static void runCommand(const std::string& cmd); std::vector> getContainerList() const; + std::string selectContainer(const std::string& prompt); /* NEW helper – retrieves all images */ std::vector> getImageList() const; - std::string selectContainer(const std::string& prompt); }; ```