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