From ae331c5f6301b7a314b40609f32e4ee504db00d4 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 30 Jul 2026 10:20:42 +0200 Subject: [PATCH] feat: add postgres container to list of supported containers --- system/completions/dev-containers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/completions/dev-containers b/system/completions/dev-containers index ee36d80..dd0df1b 100644 --- a/system/completions/dev-containers +++ b/system/completions/dev-containers @@ -1,4 +1,4 @@ -complete -a "base jupyter node php python torch-rocm vue webserver" -c dev-containers -f +complete -a "base jupyter node php postgres python torch-rocm vue webserver" -c dev-containers -f complete -a "rm" -d "Delete the container for this folder" -c dev-containers -f complete -a "help" -d "Show help" -c dev-containers -f complete -a "shell" -d "Create an extra shell for the currently running container" -c dev-containers -f