# File lib/hammer_cli/options/normalizers.rb, line 167
        def format(value)
          value.is_a?(String) ? parse(value) : []
        end