# File lib/simp/cli/config/items/list_item.rb, line 28
    def instructions
      extra = 'hit enter to skip'
      extra = "hit enter to accept default value" if default_value
      instructions = "Enter a comma or space-delimited list (#{extra})"
      ::HighLine.color( instructions, ::HighLine.const_get('YELLOW') )
    end