# File lib/deep_test/option.rb, line 14
14:     def to_command_line(value)
15:       "--#{name} #{@type.to_string(value)}" if value && value != default
16:     end