class Dotbot::NoConfigError

Public Instance Methods

help_text(message=nil) click to toggle source
# File lib/dotbot/errors.rb, line 15
    def help_text(message=nil)
      <<~HEREDOC
        💀  No configuration found!  💀
        -----------------------

        Dotbot looks for configuration first in ~/.dotbot.  This is a YAML
        file.  See the docs for more info.  If no ~/.dotbot is found,
        it also looks for environment variables starting with DOTBOT, such
        as DOTBOT_DIR.

      HEREDOC
    end