feat: Ajout completion pour podman
This commit is contained in:
5
completion.d/podman
Normal file
5
completion.d/podman
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v podman &>/dev/null); then
|
||||
source <(podman completion bash)
|
||||
fi
|
Reference in New Issue
Block a user