Eric Newton
Eric Newton
Are you using the older v1.9 or the newer v2.2 just released?
The '-' for specifying "input from stdin" is a one of two common conventions on *nix utilities. This library doesn't support that. You could use the other common convention, of...
Note: We have moved the project to a more team managed repository. Please resubmit any pull requests to https://github.com/commandlineparser/commandline Sorry for inconveniences.
IMO this is a great feature and its more natural. I would recommend a major version bump upon inclusion of this, and allow the config default to be true, noting...
The new CLI looks like a step in the right direction. I see other issues with ordering of options here, and the new verb-based CLI should make that easier to...
You dont have to have a finalizer to gain benefit from `GC.SuppressFinalize` When you call it, the object is removed from the finalizer queue. With it not in the finalizer...
of note, should formally remove packages folder from repo and .nuget folder
Hello? Anybody here to merge this in? Or at least review?
BTW tried to run npm test but it errors with: `qunit task doesnt exist in gruntfile`. I didnt update dist yet, assuming grunt might do this?
Note, I added a final commit which sets version to 3.9.0, bumping the 3.8 to 3.9 due to the new non-breaking functionality. I enscribed the version 3.9.0-645d8e1 in the files...