feat: Ajout completion pour podman

This commit is contained in:
Xavier Logerais
2024-06-24 09:24:32 +00:00
parent a5671801de
commit 9535c409e7
2 changed files with 12 additions and 0 deletions

5
completion.d/podman Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if (command -v podman &>/dev/null); then
source <(podman completion bash)
fi