#!/bin/bash

if (command -v stern &> /dev/null)
then
  source <(stern --completion bash)
fi