feat(fish): add a function to view the content of a rpm file

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent d94c7e2efe
commit 8d10ee325f

View file

@ -0,0 +1,3 @@
function rpmdump --argument package
rpm -q --dump --scripts -p "$package"
end