<option>
	<type>double</type>
	<long>double</long>
	<short>d</short>
</option>

cout << clo.get_double_option("double") << endl;

--double 1.2
-d 1.3
--

1.2
1.3
0
