mac10688
mac10688
Unable to create an instructor because of a null reference throwing an error message.
``` let rec private dig argv (cmd: Command) = let config = (cmd.config CommandInfo.empty) match argv with | [] -> (cmd, []) | args -> match config.options |> List.choose (fun...
I'm working on adding unit tests to the project. I'm about halfway done with my first pass and then I'll open a pull request. https://github.com/mac10688/FSharp.CommandLine/tree/UnitTests