Fixed ArgumentMaybe
- Fixed a bug with
Input.ArgumentMaybe
. - Added support for
Uri
for the makeshift Maybe parser. (parsing forOptionMaybe
andArgumentMaybe
helpers is currently being done withinFSharp.SystemCommandLine
. This is because the parsing code inSystem.CommandLine
is currently internal and therefore unusable for reuse when creating custom types).