class Bashly::Libraries::CompletionsYAML

def post_install_message

def post_install_message
  <<~MESSAGE
    This file can be converted to a completions script using the g`completely` gem.
  MESSAGE
end