diff --git a/system/completions/dev-containers b/system/completions/dev-containers index dd0df1b..6b319a6 100644 --- a/system/completions/dev-containers +++ b/system/completions/dev-containers @@ -1,4 +1,4 @@ -complete -a "base jupyter node php postgres python torch-rocm vue webserver" -c dev-containers -f +complete -a "base jupyter node php postgres python rust 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