dotfiles/dot_config/fish/private_functions/klogs.fish

5 lines
97 B
Fish
Raw Normal View History

2025-01-19 10:54:07 +01:00
# Defined interactively
function klogs --wraps="kubectl stern"
kubectl stern --tail=50 $argv
end