# File lib/deep_test/option.rb, line 9
 9:     def from_command_line(command_line)
10:       command_line =~ /--#{name} (\S+)(\s|$)/
11:       @type.from_string($1) if $1
12:     end